Can we use resume in error handling i.e. in the catch block
Answer Posted / shiva
no can not using resume in c++
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are maps in c++?
What is the difference between *p++ and (*p)++ ?
What is a c++ vector?
What do manipulators do?
Explain queue. How it can be implemented?
What is iostream in c++ used for?
What is the best way to take screenshots of a window with c++ in windows?
Why can templates only be implemented in the header file?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
Who invented turbo c++?
How do I use arrays in c++?
Why are pointers not used in c++?
What is the basic structure of a c++ program?
Is overriding possible in c++?
Is map sorted c++?