Can a constructor throw a exception? How to handle the error when the constructor fails?
Why null pointer is used?
Write about c++ storage classes?
Write a C++ Program to Generate Random Numbers between 0 and 100
Why was c++ made?
Explain calling an object's member function(declared virtual)from its constructor?
What are arithmetic operators?
what is oops
What is #include iostream?
Does dev c++ support c++ 11?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is enum c++?
3- Write a program to find larger and smaller of the two numbers.