You are on page 1of 1

Arrays

An array is a fixed size sequenced collection of elements of the same data type, stored using the
same identifier name and are directly accessed via an integer index. All arrays are data structures
which contain elements of homogeneous data type that is stored in contiguous memory locations.
An array is one of the most important data structures. One needs to understand arrays
completely and be able to program arrays using a high-level language of your choice.

You might also like