C++20 sections · 1024 units
Open in CourseQuiz: Character Access
Test understanding
Check Your Understanding
What does word.at(5) do if word is "test"?
- A.Throws an exception
- B.Returns '\0'
- C.Returns 't'
- D.Returns garbage
Test understanding
What does word.at(5) do if word is "test"?