Array
An array is a basic data structure used in programming to store a collection of elements, all of the same data type. These elements are stored in contiguous memory locations, which allows for efficient indexing and iteration. Arrays are widely used due to their simplicity and performance benefits.