Which of the following statements regarding the index of Arrays are NOT true?
The index is used to access a particular element of an Array.
The index ranges from 1 to n.
A 2-D Array has both a column index and a row index.
The index ranges from 0 to n-1.
Submit