Vidyalelo
C Programming · Q266

File Input Output

Programming · C Programming · question 266

Q266

What is the meaning of the following C statement? scanf("%[^ ]s", ch);

A.
read all character except new line
Answer
B.
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