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