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 a linked list in c++?
What is istream and ostream in c++?
Define a pdb file.
Is c++ faster than c?
Explain the concept of inheritance in C++.
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
Define copy constructor.
what is data abstraction in C++?
When does a name clash occur in c++?
What is object in c++ wikipedia?
What are static member functions?
What is meaning of in c++?