MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following?#includeint main(){// Line Splicing\printf("Hello There\n");printf("Thank You");return (0); |
| A. | 0 |
| B. | Hello There |
| C. | Line Splicing |
| D. | Thank You |
| Answer» E. | |