Vidyalelo
C Programming · Q279

File Input Output

Programming · C Programming · question 279

Q279

The syntax of printf() function is printf("control string", variable list) ;what is the prototype of the control string?

A.
%[flags][.precision][width][length]specifier
B.
%[flags][length][width][.precision]specifier
C.
%[flags][width][.precision][length]specifier
Answer
D.
%[flags][.precision][length][width]specifier

Answer: Option C

Solution

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