Can we use resume in error handling i.e. in the catch block
Post New Answer View All Answers
Explain the different access specifiers for the class member in c++.
What are the benefits of pointers?
What is oops in c++?
Which operator cannot be overloaded c++?
How do you invoke a base member function from a derived class in which you have not overridden that function?
Discussion on error handling of C++ .
Explain public, protected, private in c++?
Define pre-condition and post-condition to a member function in c++?
What is cin clear () in c++?
How new/delete differs from malloc()/free?
What are register variables?
What is array in c++ example?
What is the first name of c++?
What do the keywords volatile and mean mutable?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?