Q. Which of the following is used to allocate memory dynamically in C++?
β
Correct Answer: (B)
new
Explanation: The 'new' keyword is used for dynamic memory allocation in C++.