Vidyalelo
C Programming · Q51

File Input Output

Programming · C Programming · question 51

Q51

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
Answer
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

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board