

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of this C code if 2 character is typed by the user? |
A. | Compilation error |
B. | Undefined behaviour |
C. | 0 |
D. | 10(ascii value of newline character) |
Answer» D. 10(ascii value of newline character) | |