1.

main () { extern int i = 10; printf (“%d”, i); }   

A. 10
B. 9
C. compiler error
D. none
Answer» D. none


Discussion

No Comment Found