Which of the folowing data structures are indexed structures/
A
linear arrays
B
linked lists
C
both a and b
D
None of the above
Correct Answer: linear arrays
An array is a collection, mainly of similar data types, stored into a common variable. The collection forms a data structure where objects are stored linearly, one after another in memory. The structure can also be defined as a particular method of storing elements of indexed data. Elements of data are logically stored sequentially in blocks within the array. Each element is referenced by an index.