Computer Science for IGCSE & O level - Programming (Section 4 - No. 11)

What data structure is described as containing several elements of the same data type, where each element can be accessed using the same identifier name?
Linked List
Array
Tree
Queue

Explanation

An array is defined as a data structure with elements of the same data type, accessed by a common name.

Comments (0)

Advertisement