Computer Science for IGCSE & O level - Programming (Section 3 - No. 45)
When declaring an array, what determines the maximum number of elements it can hold?
The data type of the array
The name of the array
The specified size or bounds of the array
The value of the first element
Explanation
The size or bounds define the maximum elements that can be stored.
Comments (0)
