DEFINITION OF ARRAY :
Array is a collection of similar data types in which each element is unique one and located in separate memory location.
(or)
Array is a similar type of data type based on their index.
(or)
An array is a sequence of data item of homogeneous value (similar data type).
Array is a collection of similar data types in which each element is unique one and located in separate memory location.
(or)
Array is a similar type of data type based on their index.
(or)
An array is a sequence of data item of homogeneous value (similar data type).