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 the use of namespace std in C++?
What is type of 'this' pointer?
Can I create my own functions in c++?
How do I run a program in notepad ++?
What are built-in functions? What is the syntax for the definition?
What are destructors?
Does c++ vector allocate memory?
What do c++ programmers do?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Can I learn c++ in a week?
Write a note about the virtual member function?
How const int *ourpointer differs from int const *ourpointer?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is a rooted hierarchy?
Explain queue. How it can be implemented?