Computer Science, asked by TbiaSamishta, 1 year ago

State the condition when all the elements of a row are automatically assigns a ZERO value?

Answers

Answered by Secondman
3

"Usually, the initialization of the arrays take place during their declaration, similar to the variables.

But in few conditions, arrays can be initialized partially, that is providing values for the lesser amount of elements than the declared array size at the time of initialization.

In such condition, the other left array elements which are not initialized will be automatically assigned to zero value."

Similar questions