Vidyalelo
C Programming · Q241

File Input Output

Programming · C Programming · question 241

Q241

What is the prototype of scanf function?

A.
scanf("controlstring",arg1,arg2,arg3,....,argn);
Answer
B.
scanf("control string", variable list);
C.
scanf(" varible list,", control string);
D.
scanf("arg1,arg2,arg3,....,argn", control string);

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board