C++20 sections · 1024 units
Open in Course

Quiz: Error States

Knowledge check

Check Your Understanding

What must you do before reading again after hitting end-of-file?

  1. A.Both B and C
  2. B.Call file.clear() to reset error flags
  3. C.Seek back to the beginning with seekg(0)
  4. D.Close and reopen the file
Start the roadmap to answer the quizzes and solve the challenges