When we write num[100] = 99.
How many elements can be stored inside the array variable num ?
Select one:
1.99
2.100
3.The statement gives no clue about the number of elements can be stored
4.Infinite number of elements
Answers
Answered by
3
Answer:
Answer: in this case 101 variables can stored in the variable num. Since arrays start from index 0.
HOPE IT HELPS!!!
Similar questions