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 is static in c++?
What are the five types of inheritance in C++?
What are the types of array in c++?
What are containers in c++?
Define virtual constructor.
What are formatting flags in ios class?
Write a C++ Program to check whether a number is prime number or not?
What are static member functions?
What is the use of vtable?
What is the difference between interpreters and compilers?
What is c++ mutable?
What is endl?