Hello I am a beginner in C programming language, recently i started learning arrays, I have studied that by default all values in an int ar
The bit you are missing is that if you initialize just one element of an array, the rest of its elements will be automatically initialized to 0. The language is defined in this way.