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

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

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

3. In a one dimensional array, the index of the first element is always .

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