English, asked by lucky23451, 4 months ago

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 akshayss155
1

Answer:

last two elements will be zero

Similar questions