Informationabout neednotbespecifiedwhendeclaringanarray Information about ___________ need not be specified when declaring an array
Answer options
A
the index of the array
B
the elements to be stored in the array
C
the name of the array
D
the data type of the array
Correct answer: the elements to be stored in the array
Explanation
Quick AnswerThe correct answer is the elements to be stored in the array because it directly addresses the core logic of Software Engineering.
Correct answer: the elements to be stored in the array.