Computer Science for IGCSE & O level - Programming (Section 3 - No. 34)
In a one-dimensional array, what typically represents the first element's index in most programming languages?
1
-1
0
2
Explanation
Most programming languages use 0 as the starting index for arrays.
Comments (0)
