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 the difference between a template and a macro?
What is oops in c++?
Can constructor be static in c++?
How would perform Pattern Matching in C++?
Which operator cannot overload?
what is the use of void main() in C++ language?
what is an array
What is the use of register keyword with the variables?
How can virtual functions in c++ be implemented?
Why do you use the namespace feature?
When is the copy constructor called?
Explain shallow copy?