Try this exercise. Click the correct answer from the options.
Which of the following is responsible for deallocating dynamically allocated memory in C++?
Click the option that best answers the question.
- Pointers
- delete keyword
- malloc function
- Constructors