Question Which expression allocates one integer dynamically in C++? A. new int B. malloc int C. int new D. delete int Show Answer More MCQs Correct Answer: A new int The correct answer is new int. The correct answer is new int.
Leave a Reply