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

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

To iterate over all the elements in a one-dimensional array, we can use a .

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

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

The length of a one-dimensional array represents the number of it can store.