InterviewSolution
Saved Bookmarks
| 1. |
The parameter control string in the printf () is a C String that contains text to be __________(a) taken from a standard output device(b) written on to the standard output device(c) received from the standard output device(d) nothing can be saidI got this question in exam.This key question is from printf in portion Input and Output in C of C |
|
Answer» Correct answer is (B) written on to the STANDARD output device |
|