MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following code? Int main(){printf("Hello","Word\n");return 0;} |
| A. | hello |
| B. | hello world |
| C. | world |
| D. | none of these |
| Answer» B. hello world | |