What are destructors?


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

Post New Answer

More C++ General Interview Questions

What is a vector c++?

0 Answers  


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


Will c++ be replaced?

0 Answers  


What would happen on forgetting [], while deallocating an array through new?

0 Answers  


What is the use of endl in c++?

0 Answers  






Define a conversion constructor?

0 Answers  


Should the this pointer can be used in the constructor?

0 Answers  


What is the difference between ++ count and count ++?

0 Answers  


Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?

0 Answers  


What is a dynamic binding in c++?

0 Answers  


Why do we use classes in c++?

0 Answers  


Categories