An array element is accessed using …………… .
3 Likes
an index number
Reason — An array element is accessed using the array name along with an index number, which corresponds to the position of the element in an array.
Answered By
How is one-dimensional array represented in memory ?
Determine the number of bytes required to store an int array namely A[23].
All the elements in an array must be of …………… data type.
Write a statement that defines a one-dimensional array called amount of type double that holds two elements.