What is exception handling in C++?
Answer / nashiinformaticssolutions
Exception handling in C++ is implemented using try, catch, and throw blocks.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the types of array in c++?
What is an adaptor class in c++?
What are the characteristics of friend functions?
Differentiate between a deep copy and a shallow copy?
what is pre-processor in C++?
What is the disadvantage of using a macro?
What is the type of this pointer in c++?
Is main a class in c++?
What are the three types of access specifiers in C++?
why the size of an empty class is 1
What new()is different from malloc()?
Describe the role of the c++ in the tradeoff of safety vs. Usability?