InterviewSolution
Saved Bookmarks
| 1. |
5) To print data left justified-used in the conversion specificationwould be |
|
Answer» Explanation: To left-justify the data use MINUS SIGN(-) in the flags FIELD. ... Explanation: The conversion SPECIFICATION %7.4f means that it will print floating point number MAXIMUM of 7 digits and 4 digits after the decimal point. |
|