LIVE Course for free

Rated by 1 million+ students
Get app now
JEE MAIN 2023
JEE MAIN 2023 TEST SERIES
NEET 2023 TEST SERIES
NEET 2023
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
662 views
in Computer by (69.1k points)

How is the working of file I/O error handling functions associated with error-status flags?

1 Answer

0 votes
by (60.8k points)
selected by
 
Best answer

The error-status flags store the information on the status of a file that is being currently used. The current state of the I/O system is held in an integer, in which the following flags are encoded:

Name Meaning
eofbit 1 when end-of-file is encountered, 0 otherwise.
failbit 1 when non-fatal I/O error has occurred, 0 otherwise. 
badbit 1 when fatal I/O error has occurred, 0 otherwise.
goodbit 0 value

Related questions

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...