Computer Science, asked by yadavdevesh4713, 1 year ago

How to catch all the exceptions in C++?

Answers

Answered by abinashchaudhary939
0

Catch(...)

{

}

Catch block will handle all exception

Similar questions