Solved

Choose the Correct Description for Control String %-+7.2f

Question 50

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions