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

We declare a one-dimensional array by specifying the data type followed by the array .

To access a specific element in a one-dimensional array, we use its .

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.

One-dimensional arrays can hold values of the same data type.