Examveda

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


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output