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 one-definition rule (odr).
What is wrapper class in c++?
What is using namespace std in c++?
What is the hardest coding language to learn?
What does the ios::ate argument do?
Is it possible to use a new for the reallocation of pointers ?
What are shallow and deep copies?
What are the differences between new and malloc?
What is the array and initializing arrays in c++?
What is atoi?
Out of fgets() and gets() which function is safe to use and why?
How do you decide which integer type to use?
Which function should be used to free the memory allocated by calloc()?
Define a pointer to a data member of the type pointer to pointer?
Is c++ still in demand?