Q.

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» A. scanf("controlstring",arg1,arg2,arg3,….,argn);
2.1k
0
Do you find this helpful?
1

View all MCQs in

C Language

Discussion

No comments yet