InterviewSolution
Saved Bookmarks
| 1. |
gets() and puts() operate on ___________(a) stdin and stdout(b) files(c) stderr(d) nothingThis question was addressed to me in a job interview.My doubt stems from Line Input & Output topic in division Input and Output in C of C |
|
Answer» CORRECT OPTION is (a) STDIN and stdout To EXPLAIN: NONE. |
|