InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedThis 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 |
|
Answer» Correct option is (B) EOF for end of file or error |
|