Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) %[flags][.precision][width][length]specifier
b) %[flags][length][width][.precision]specifier
c) %[flags][width][.precision][length]specifier
d) %[flags][.precision][length][width]specifier
view Answer