Q. The syntax of printf() function is printf(“control string”, variable list) ;what is the prototype of the controlstring? (Solved)
1. %[flags][.precision][width][length]specifier
2. %[flags][length][width][.precision]specifier
3. %[flags][width][.precision][length]specifier
4. %[flags][.precision][length][width]specifier
- c. %[flags][width][.precision][length]specifier