C++20 sections · 1024 units
Open in Course

Quiz: Character Access

Test understanding

Check Your Understanding

What does word.at(5) do if word is "test"?

  1. A.Throws an exception
  2. B.Returns '\0'
  3. C.Returns 't'
  4. D.Returns garbage
Start the roadmap to answer the quizzes and solve the challenges