Question
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
Posted under C Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What is the purpose of the function? int ferror(FILE *fp)
Similar Questions
Discover Related MCQs
Q. stderr is similar to?
View solution
Q. What happens when we use?
fprintf(stderr, “error: could not open filen”);
View solution
Q. The syntax of fgets is char *fgets(char *line, int maxline, FILE *fp). Which is true for fgets.fgets ?
View solution
Q. fputs function writes a string to a file that only ends with a newline
View solution
Q. fputs adds newline character
View solution
Q. puts function adds newline character
View solution
Q. gets function checks overflow run
View solution
Q. puts does the following when it writes to stdout
View solution
Q. What is the size of array “line” used in fgets(line, maxline, *fp) function?
View solution
Q. The following function
int fputs(char *line, FILE *fp)
returns EOF when:
View solution
Q. Which function has a return type as char pointer?
View solution
Q. Which of the following is the right declaration for fgets inside the library?
View solution
Q. Which is true about fputs.fputs returns?
View solution
Q. gets and puts operate on
View solution
Q. gets does the following when it reads from stdin
View solution
Q. Strcat function adds null character
View solution
Q. Which of the following library function is not case-sensitive?
View solution
Q. The following expression can be substituted for
if (isalpha(c) && isdigit(c))
View solution
Q. Which of the following will return a non-zero value when checked with isspace(c)?
View solution
Q. Which is true about isaplpha(c), where c is an int that can be represented as an unsigned char or EOF.isalpha(c) returns?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!