Q18
What does the 'new' keyword do in C++?
A.
Declares a new variable
B.
Allocates memory dynamically
AnswerC.
Returns the size of a variable
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board