array

Array is a collection of data items with same type. These items can be selected by indices at run-time.
Array is a data type, used in a programming language to specify a variable that can be indexed.
Array can also be viewed as a data structure; its arrangement of items is at equally spaced addresses in memory.