Page 1 of 1

What is the prototype of scanf function?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
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);