Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 1 - No. 15)
What is the purpose of an 'array' data structure?
To store a collection of elements of the same data type.
To execute a set of instructions repeatedly.
To store elements with different data types.
To make the program run faster.
Explanation
Arrays store a collection of same-type data.
Comments (0)
