InterviewSolution
Saved Bookmarks
| 1. |
putchar(c) function/macro always outputs character c to the __________(a) screen(b) standard output(c) depends on the compiler(d) depends on the standardThis question was addressed to me in semester exam.I want to ask this question from Standard Input & Output in section Input and Output in C of C |
|
Answer» The correct choice is (B) STANDARD output |
|