Q266
What is the meaning of the following C statement? scanf("%[^ ]s", ch);
A.
read all character except new line
AnswerB.
read all characters
C.
read only new line character
D.
syntax error
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board