An array element is accessed by using
-
the dot operator
-
a member name
-
an index number
-
a FIFO method
C
Correct answer
Explanation
Array elements are accessed by their position in the array, which is specified using an index number enclosed in square brackets. The index starts at 0 for the first element.