Computer Science for IGCSE & O level - Programming (Section 9 - No. 32)
In the context of arrays, what does the term "index" refer to?
The name of the array.
The data type of the elements in the array.
The position of each element within the array.
The value stored in the array.
Explanation
The index is used to identify a specific position or location within the array.
Comments (0)
