Multiple Choice
Choose the correct description for control string %-+7.2f.
A) - means display the sign, + means left justify, 7 specifies the width and 2 specifies the precision
B) - means left justify, + means display the sign, 7 specifies the width and 2 specifies the precision
C) - means display the sign, + means left justify, 7 specifies the precision and 2 specifies the width
D) - means left justify, + means display the sign, 7 specifies the precision and 2 specifies the width
Correct Answer:

Verified
Correct Answer:
Verified
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
Q49: The syntax of printf() function is printf("control
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