if we declare an array. For example :-
A[1000]
if I don’t initialize the array, by default all the elements in the array stores garbage value.
If I initialize one or two elements in the array, all the rest values will become 0 right?
if we declare an array. For example :-
A[1000]
if I don’t initialize the array, by default all the elements in the array stores garbage value.
If I initialize one or two elements in the array, all the rest values will become 0 right?