What is the purpose of the "delete" operator?


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

Post New Answer

More C++ General Interview Questions

Describe linked list using C++ with an example.

0 Answers  


What is set in c++?

0 Answers  


What is the difference between map and hashmap in c++?

0 Answers  


What are templates? where we should use it?

2 Answers   Alcatel,


What is conversion constructor?

2 Answers   TCS,






What is #include cmath?

0 Answers  


What is class invariant?

1 Answers  


How important is c++?

0 Answers  


You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


Why the usage of pointers in C++ is not recommended ?

0 Answers   TCS,


What does it mean to declare a destructor as static?

0 Answers  


When we use Abstract Class and when we use Interface?where we will implement in real time?

0 Answers  


Categories