1.

What is the output of this C code? int x; void main() { printf("%d", x); }

A. Junk value
B. Run time error
C. Undefined
Answer» A. Junk value


Discussion

No Comment Found