What happens if an exception is throws from an, object's constructor and object's destructor?
4 18676Post New C++ General Questions
Show the declaration for a static member variable.
Define the process of error-handling in case of constructor failure?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What can c++ be used for?
What is pure virtual function? Or what is abstract class?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
Explain deep copy?
Which one between if-else and switch is more efficient?
Where are setjmp and longjmp used in c++?
What is the difference between global int and static int declaration?
What is c++ virtual inheritance?
What are the comments in c++?
Is c++ primer good for beginners?
What is extern c++?
Does c++ support exception handling?