MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following C code? #include int x; void main() { printf("%d", x); } |
| A. | Junk value |
| B. | Run time error |
| C. | 0 |
| D. | Undefined |
| Answer» D. Undefined | |