Computer Science for IGCSE & O level - Programming (Section 7 - No. 25)

How are elements in an array typically accessed?
Using their data type.
By their index or position.
By their size.
Using their names.

Explanation

Array elements are accessed using their indexes or positions.

Comments (0)

Advertisement