Question Which C++ operator allocates dynamic memory? A. return B. delete C. sizeof only D. new Show Answer More MCQs Correct Answer: D new The correct answer is new. The correct answer is new.
Leave a Reply