Q. Which operator is used for dynamic memory allocation in C++?
β
Correct Answer: (B)
new
Explanation: The 'new' operator is used for dynamic memory allocation in C++.