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
2.7k
0
Do you find this helpful?
12

View all MCQs in

C Language

Discussion

No comments yet