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