Which of the folowing data structures are indexed structures/
Which of the folowing data structures are indexed structures/ 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.