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

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

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

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 .