What happens if an exception is throws from an, object's constructor and object's destructor?
4 18651Post New C++ General Questions
What is the difference between object-oriented programming and procedural programming?
What are multiple inheritances (virtual inheritance)?
What is function declaration in c++ with example?
Is c++ a good beginners programming language?
Can member data be public?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
What are the 2 main types of data structures?
What is cin clear () in c++?
What is using namespace std in cpp?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Why iomanip is used in c++?
How can you create a virtual copy constructor?
What is polymorphism & list its types in c++?
List the issue that the auto_ptr object handles?