What is the return value of getc()?
(a) The next character from the stream is not referred by file pointer
(b) EOF for end of file or error
(c) Nothing
(d) None of the mentioned
This question was posed to me by my college director while I was bunking the class.
My question comes from File Access topic in division Input and Output in C of C