The elements in a one-dimensional array are stored in memory locations.

We can modify the value of an element in a one-dimensional array by assigning a new to it.

One-dimensional arrays are often used to store a of related data.