Question: what happens ts when an array declaration statement does not provide an initial value for each of the elements in a numeric array?, a ,

what happens ts when an array declaration statement does not provide an initial value for each of the elements in a numeric array?, a, the compiler automatically initialise the elwment, so the array elemwnts contain 0, b, the complile does not automaticLlyy initialise the lements, so the aarra y element may contain garbage, c , compiler automatically initialise the element with 1, d, compiler automatically jnitialise elements with 0

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!