Home » C Programming » Error Handling » Question
  1. What is the purpose of the C function?
    int ferror(FILE *fp)
    1. They check for output errors
    2. They check for all types of errors
    3. They check for error in accessing the file
    4. They check for input errors
    5. None of these
Correct Option: A

They check for output errors



Your comments will be displayed only after manual approval.