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
When do we use copy constructors?
What will the line of code below print out and why?
Explain the concept of dynamic allocation of memory?
Why do we use setw in c++?
What is an inline function in c++?
When should overload new operator on a global basis or a class basis?
How we can differentiate between a pre and post increment operators during overloading?
What are smart pointers?
Will c++ be replaced?
what is the difference between overloading & overriding? give example.
Which compiler does turbo c++ use?
Should the member functions which are made public in the base class be hidden?
Describe about storage allocation and scope of global, extern, static, local and register variables?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
Write a program using display() function which takes two arguments.