C
Programming and Technical
Programming
Arrays
When we write num[100] = 99.
How many elements can be stored inside the array variable num?
A. The statement gives no clue about the number of elements can be stored
B. 100
C. Infinite number of elements
D. 99
Read Solution (Total 1)
-
- error while assigning the value to array assign by using { } braces
- 1 year agoHelpfull: Yes(0) No(0)
C Other Question