Vidyalelo
C Programming · Q72

File Input Output

Programming · C Programming · question 72

Q72

The syntax of the scanf() is scanf("control string ", arg1,arg2,arg3,....,argn); the prototype of control string is

A.
[=%[width][modifiers]type=]
Answer
B.
[=%[modifiers][width]type=]
C.
[=%[width] [modifiers]]
D.
[width][modifiers]

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board