+ 2
What happens if we partially intialize an array?
If we partially intialize an array then the uninitialized subscript contains zero.
1 Réponse
0
The value is indeterminate. It's like int a; what's the value of a? Indeterminate :-)
If we partially intialize an array then the uninitialized subscript contains zero.