Home » C Programming » File I/O » Question
  1. What is the return value of getc()?
    1. Nothing
    2. The next character from the stream is not referred by file pointer
    3. EOF for end of file or error
    4. All of above
    5. None of these
Correct Option: C

EOF for end of file or error



Your comments will be displayed only after manual approval.