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
The syntax of printf() function is printf(“control string”, variable list) ;what is the prototype of the control string?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
The syntax of printf() function is printf(“control string”, variable list) ;what is the prototype of the control string?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!