Accenture Accenture Primer Practice Question
Assume, number[100] <- 99. How many elements can be stored inside the array variable number?Answer options
A
100
B
99
C
Infinite number of elements
D
The statement gives no clue about the number of elements that can be stored
E
From the given statement, it is predictable that number 99 is assigned to 101 th position of the array. But, there is no clue about the total
F
size of the array and the number of elements that can be stored
Correct answer: The statement gives no clue about the number of elements that can be stored
Explanation
The source marks the correct answer as: The statement gives no clue about the number of elements that can be stored.