InterviewSolution
Saved Bookmarks
| 1. |
What Is The Intent Of %20.30c Format Modifier? |
|
Answer» %20.30c − Left pad with SPACES if the CATEGORY name is shorter than 20 characters. However, if the category name is longer than 30 characters, then TRUNCATE from the beginning. %20.30c − Left pad with spaces if the category name is shorter than 20 characters. However, if the category name is longer than 30 characters, then truncate from the beginning. |
|