If the field width specified is
-Less than actual, the printf function displays the actual value with the field width being the same as the actual number of digits
-Greater than actual, the printf function displays the value right justified within the specified field width
-Not specified, the printf function displays the actual value with the field width being the same as the actual number of digits
No comments:
Post a Comment