Multiple Choice
A conversion specification %7.4f means ____________
A) print a floating point value of maximum 7 digits where 4 digits are allotted for the digits after the decimal point
B) print a floating point value of maximum 4 digits where 7digits are allotted for the digits after the decimal point
C) print a floating point value of maximum 7 digits
D) print a floating point value of minimum 7 digits where 4 digits are allotted for the digits after the decimal point
Correct Answer:

Verified
Correct Answer:
Verified
Q48: What is the qualifying input for the
Q49: The syntax of printf() function is printf("control
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
Q55: Which of the following statement is true?<br>A)The
Q57: If the user enters 1 3.2 s,
Q58: The parameter control string in the printf