InterviewSolution
Saved Bookmarks
| 1. |
The maximum number of characters to be printed is specified by __________(a) precision(b) width(c) length(d) flagsI have been asked this question in an online quiz.I'm obligated to ask this question of printf topic in section Input and Output in C of C |
|
Answer» CORRECT option is (a) precision Explanation: Precision SPECIFIES the MAXIMUM NUMBER of characters to PRINT. |
|