Accenture Software Engineering Practice Question
Assume, number[100] <- 99. How many elements can be stored inside the array variable number?Answer options
A
Infinite number of elements
B
99
C
The statement gives no clue about the number of elements that can be stored
D
100
Correct answer: The statement gives no clue about the number of elements that can be stored
Explanation
Correct answer: The statement gives no clue about the number of elements that can be stored.