Q. What is the purpose of the 'delete' keyword in C++?
β
Correct Answer: (A)
To deallocate memory
Explanation: In C++, the 'delete' keyword is used to deallocate dynamically allocated memory.