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
AnswerD.
%[flags][.precision][length][width]specifier
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board