An array is a data structure that can hold a fixed-size sequence of elements of the same type. It is a collection of items stored at contiguous memory locations, and is typically used to manage collections of data. Arrays allow for efficient access and manipulation of data through indexing.
### Types of Arrays
1. **One-Dimensional Arrays**:
- A one-dimensional array, or a simple array, is a linear list of elements. Each element in a