Q. Which operator is used to allocate memory dynamically in C++?
β
Correct Answer: (C)
new
Explanation: In C++, the 'new' operator is used to allocate memory dynamically.