MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following C code?#include <stdio.h> #include "printf" void main() { printf("Welcome"); } |
| A. | Compilation Error |
| B. | Depends on compiler |
| C. | Welcome |
| D. | Varies |
| E. | None of these |
| Answer» B. Depends on compiler | |