Q.

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
D. %[flags][.precision][length][width]specifier
Answer» C. %[flags][width][.precision][length]specifier
2.4k
0
Do you find this helpful?
5

View all MCQs in

C Language

Discussion

No comments yet