Information about ___________ need not be specified when declaring an array
Answer options
A
the elements to be stored in the array
B
the index of the array
C
the data type of the array
D
the name of the array
E
It is not mandatory to specify the elements to be stored in the array when declaring an array
Correct answer: the elements to be stored in the array
Explanation
The source marks the correct answer as: the elements to be stored in the array.