Can we use resume in error handling i.e. in the catch block
Answer Posted / s.murali krishnan
No.
The Exception can only handled using the catch block
the error CANNOT be handled.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the properties and principles of oop.
What is the use of 'using' declaration in c++?
How does atoi function work?
When do we use copy constructors?
What is c++ code?
State two differences between C and C++.
What is the use of seekg in c++?
Why do we use iterators?
What is the best way to declare and define global variables?
Explain terminate() and unexpected() function?
Is c++ still in demand?
How to demonstrate the use of a variable?
Define pre-condition and post-condition to a member function in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Will rust take over c++?