Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 4 - No. 6)

Which of the following is an example of an array?
A single variable.
A data structure used to hold a collection of elements of the same data type.
A set of instructions to solve a problem.
A decision-making structure.

Explanation

An array is a data structure capable of holding multiple elements of the same type, allowing access by index.

Comments (0)

Advertisement