Describe delete operator?


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

Post New Answer

More C++ General Interview Questions

How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

0 Answers  


What is difference between c++ and c ++ 14?

0 Answers  


Is turbo c++ free?

0 Answers  


What is the use of turbo c++?

0 Answers  


What is implicit conversion/coercion in c++?

1 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 is a constructor and how is it called?

0 Answers  


Explain deep copy?

0 Answers  


What is c++ virtual inheritance?

0 Answers  


What are the manipulators in c++?

0 Answers  


What is ofstream c++?

0 Answers  


what is the order of initialization for data?

10 Answers   Amazon, TCS, Wipro,


Categories