Qmark: 1
Total Marks: 50
Vol: 8
Font: Microsoft Sans Serif
Size: 10
Time Left:45:22
Multiple Choices
(Choose 1 answer)
Given the below code:
char ch;scanf("%c",&ch);printf("%c",ch);
A user enters "abcd" from the console
What is printed?
A. Blank(nothing output)
B. a
C. abcd
D. Compile error