McqMate
Q. |
What is the meaning of the following C statement? scanf("%[^\n]s", ch); |
A. | read all character except new line |
B. | read all characters |
C. | read only new line character |
D. | syntax error |
Answer» A. read all character except new line |
View all MCQs in
C LanguageNo comments yet