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