In C language, arrays are referred to
as structured data types. An array is defined as finite ordered
collection of homogeneous data, stored in contiguous memory locations.
Here the words:
·
finite means data range must be defined.
·
ordered means data must be stored in continuous memory
addresses.
· homogeneous means data must be of similar data type.