Advertisements
Advertisements
Question
What is Array?
Answer in Brief
Solution
A linear array is the data structure which consists of the finite ordered set of homogeneous data elements The elements of the array are referenced respectively by an index set (subscript) consisting ‘n’ consecutive number. The elements of an array are stored in successive memory locations. The number ‘n’ of the elements is called length or size of an array.
shaalaa.com
Basic Data Structures (Stack, Queue, Dequeue)
Is there an error in this question or solution?