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

Options

A : %[flags][.precision][width][length]specifier

B : %[flags][length][width][.precision]specifier

C : %[flags][width][.precision][length]specifier

D : %[flags][.precision][length][width]specifier

Click to view Correct Answer

Previous || Next

C Printf more questions

Which of the following is the correct syntax of including....

Which preprocessor directive among the following forces the compiler to....

Which of the following metacharacter is used to refer to....

Which of the following measurement defines measurement as a percentage?

If the Y is the reading of sand surface (ml)....

Which of the following format specifiers is used to represent....

Which of the following format specifiers is used to represent....

Unit of payment in MKS is of supply of bricks....

Which of the following format specifiers is used to specify....

What is the format identifier for “static a = 20.5;”?

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Multiple Choice Non Local Jumps

C Multiple Choice Printf

C Multiple Choice Scanf

C Multiple Choice Stringizers

C Multiple Choice String Operations

C Recursion

C Scanf

C Signed Qualifier

C String Operations

C Token Concatenation