Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Q44: What is the use of getchar()?<br>A)The next
Q45: What is the purpose of va_end?<br>A)Cleanup is
Q46: If the user enters 1 s 3.2,
Q47: The syntax to print a % using
Q48: What is the qualifying input for the
Q50: Choose the correct description for control string
Q51: _ is an optional argument that gives
Q52: Which of the following data-types are promoted
Q53: What does scanf() function return?<br>A)Number of successfully
Q54: What error will be generated on using