C++20 sections · 1024 units
Open in Course

Quiz: Exception handling

Exception handling

Check Your Understanding

What does a try block do?

  1. A.Throws an exception
  2. B.Contains code that might throw exceptions
  3. C.Catches exceptions
  4. D.Ignores exceptions
Start the roadmap to answer the quizzes and solve the challenges