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);
This question was addressed to me in an interview for internship.
This interesting question is from scanf topic in division Input and Output in C of C