Q67
Which of the following represents the function for scanf()?
A.
void scanf(char *format, ...)
B.
int scanf(char *format, ...)
AnswerC.
char scanf(int format, ...)
D.
char *scanf(char *format, ...)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board