ungetc() can be used only with getc().
(a) true
(b) false
(c) depends on the standard
(d) depends on the platform
I have been asked this question in an internship interview.
This interesting question is from Ungetc topic in section Input and Output in C of C