How to catch all the exceptions in C++?
Answers
Answered by
0
Catch(...)
{
}
Catch block will handle all exception
Similar questions
Computer Science,
1 year ago
Hindi,
1 year ago