C++20 sections · 1024 units
Open in CourseQuiz: Reading Methods
Knowledge check
Check Your Understanding
Which method reads whitespace characters like spaces and tabs?
- A.file.get(ch)
- B.getline(file, str)
- C.All of the above
- D.file >> ch (extraction operator)