Suppose we initialize array like
int a[5]={10,20,30},
Then what will happen?
O First two elements will be zero
Error message from the compiler
Last two elements will be zero
Remaining elements will be garbage elements
Answers
Answered by
1
Answer:
last two elements will be zero
Similar questions