Q. What is the purpose of the 'new' keyword in C++?
β
Correct Answer: (C)
To allocate memory on the heap
Explanation: The 'new' keyword in C++ is used to allocate memory on the heap.