Question

Which statement is true?
a) The conversion specifier %7.2f prints a floating-point value with a field width of 10 positions.
b) The conversion specifier %7.2f prints a floating-point value with 7 positions to the left of the decimal point.
c) The conversion specifier %7.2f prints a floating-point value with 5 positions to the left of the decimal point.
d) The conversion specifier %7.2f prints a floating-point value with 4 positions to the left of the decimal point.

Answer

This answer is hidden. It contains 3 characters.