Array


In computer science an array is a data structure that consists of a group of elements having a single name that are accessed by indexing. In most programming languages each element has the same data type and the array occupies a contiguous area of storage.