Vidyalelo
C Programming · Q67

File Input Output

Programming · C Programming · question 67

Q67

Which of the following represents the function for scanf()?

A.
void scanf(char *format, ...)
B.
int scanf(char *format, ...)
Answer
C.
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