Choose the correct description for control string %-+7.2f.
Posted: Wed Jul 13, 2022 7:54 pm
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
view Answer
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
view Answer