Computer Science for IGCSE & O level - Programming (Section 4 - No. 29)
What does the term 'index' refer to when discussing arrays?
The data stored at a particular location.
The name assigned to the array.
The location of an element within the array.
The size of the array.
Explanation
The index is used to specify the location of an array element.
Comments (0)
