Can we use resume in error handling i.e. in the catch block
Answer Posted / hendry
yes,we can use
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is pre-processor in C++?
What does floor mean in c++?
What is a class template?
What is a pdb file?
Is multimap sorted c++?
Define vptr.
Where are setjmp and longjmp used in c++?
How do you define a class in c++?
Are strings mutable in c++?
What is virtual destructor ans explain its use?
Will a catch statement catch a derived exception if it is looking for the base class?
List the issue that the auto_ptr object handles?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What do you mean by inheritance in c++? Explain its types.
What is #include c++?