When is the destructor called?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Difference between pass by value and pass by reference?

0 Answers  


What is an inline function in c++?

0 Answers  


How do we implement inheritance in c++?

0 Answers  


What is different in C++, compare with unix?

0 Answers  


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,






What is c++ vb?

0 Answers  


print first nodd numbers in descending order

7 Answers  


Define stacks. Provide an example where they are useful.

0 Answers  


How we can differentiate between a pre and post increment operators during overloading?

0 Answers  


What is ostream in c++?

0 Answers  


What is an undefined behavior and sequence points

0 Answers  


What does int * mean in c++?

0 Answers  


Categories