What happens if an exception is throws from an object's constructor and from object's destructor?
TCS,
3 7756Post New C++ General Questions
What is the difference between new() and malloc()?
Tell me difference between constant pointer and pointer to a constant.
How can virtual functions in c++ be implemented?
Define the process of handling in case of destructor failure?
What is the use of volatile variable?
Is c the same as c++?
Explain register storage specifier.
Which bit wise operator is suitable for putting on a particular bit in a number?
What is constant in c++ with example?
Difference between pass by value and pass by reference?
What are the manipulators in c++?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What is the difference between object-oriented programming and procedural programming?
List down the guideline that should be followed while using friend function.
Why do we use using namespace std in c++?