Question
Which expression allocates one integer dynamically in C++?
Select an option. Your answer will be checked instantly.
Correct Answer: A. new int
Explanation:
The correct answer is new int.
Leave a Reply