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

The of an element in a one-dimensional array indicates its position.

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

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 .