Tuesday, 28 August 2012

Which of the following statement is false? | Data Structures

A. Arrays are dense lists and static data structure
B. data elements in linked list need not be stored in adjacent space in memory
C. pointers store the next data element of a list
D. linked lists are collection of the nodes that contain information part and next pointer

 Ans:  C


No comments: