Correct Answer : Using try-catch block
Explanation : C++ provides a try-catch block to handle exceptions in your program.