Question

In an Object-Oriented program, which control flow construct is primarily used to handle unexpected events or errors that occur during program execution, such as file not found or network connection issues? 

A `if-else` statements
B `for` loops
C `try-catch` (or `try-except`) blocks
D `switch-case` statements
Practice Next

Hey! Ask a query