InterviewSolution
Saved Bookmarks
| 1. |
Which of the following cannot be used with ungetc()?(a) scanf(b) getc(c) getchar(d) printfThis question was addressed to me in an interview for internship.I would like to ask this question from Ungetc topic in chapter Input and Output in C of C |
|
Answer» RIGHT CHOICE is (d) printf Explanation: NONE. |
|