Examveda

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: Option A


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output