C++20 sections · 1024 units
Open in CourseQuiz: Binary Mode
Knowledge check
Check Your Understanding
Why use ios::binary mode when reading images or serialized objects?
- A.It makes the file smaller
- B.It disables text translations like newline conversions
- C.It makes reading faster
- D.It validates the file format automatically