1.

What will be the output of the following code?void main(){int a[10];printf("%d %d", a[-1], a[12]);}

A. 0
B. arbage value 0
C. Garbage Value
D. arbage vlaue Garbage Value
E. ode will not compile
Answer» E. ode will not compile


Discussion

No Comment Found