C++20 sections · 1024 units
Open in CourseQuiz: Exception handling
Exception handling
Check Your Understanding
What does a try block do?
- A.Throws an exception
- B.Contains code that might throw exceptions
- C.Catches exceptions
- D.Ignores exceptions
Exception handling
What does a try block do?