What is the prototype of scanf function?
A. scanf("controlstring",arg1,arg2,arg3,....,argn);
B. scanf("control string", variable list);
C. scanf(" varible list,", control string);
D. scanf("arg1,arg2,arg3,....,argn", control string);
Answer: Option A
Join The Discussion