What is the purpose of the C function?
int ferror(FILE *fp)
int ferror(FILE *fp)A. They check for input errors
B. They check for output errors
C. They check for all types of errors
D. They check for error in accessing the file
Answer: Option B

Join The Discussion