Questions Tagged [delete-operator]

In the C++ programming language, the delete operator calls the destructor of the given argument, and returns memory allocated by new back to the heap.

Question is empty. Ask new Question

Popular Questions