Q. What is the prototype of scanf function? (Solved)
1. scanf("controlstring",arg1,arg2,arg3,….,argn);
2. scanf("control string", variable list);
3. scanf(" varible list,", control string);
4. scanf("arg1,arg2,arg3,….,argn", control string);
- a. scanf("controlstring",arg1,arg2,arg3,….,argn);