Answer Posted / nashiinformaticssolutions
Exception handling in C++ is implemented using try, catch, and throw blocks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does int * mean in c++?
What is c++ good for?
Give example of a pure virtual function in c++?
Which bit wise operator is suitable for putting on a particular bit in a number?
Show the application of a dynamic array with the help of an example.
Can a list of string be stored within a two dimensional array?
What is a lambda function c++?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Can we inherit constructor in c++?
Explain terminate() and unexpected() function?
What are register variables?
Difference between pointer to constant and constant pointer to a constant. Give example.
How const int *ourpointer differs from int const *ourpointer?
describe private access specifiers?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?