What happens if an exception is throws from an object's constructor and from object's destructor?
TCS,
3 7204Post New C++ General Questions
Why is the function main() special?
What are the storage qualifiers?
What is rtti in c++?
What do you mean by overhead in c++?
what are Access specifiers in C++ class? What are the types?
What is private public protected in c++?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What are the two shift operators and what are their functions?
Differentiate between the manipulator and setf( ) function?
Is c++ map a hash table?
Where Malloc(), Calloc(), and realloc() does get memory?
Why do we learn c++?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is stack unwinding?
How to demonstrate the use of a variable?