Question
Which C++ operator releases memory allocated with new?
Select an option. Your answer will be checked instantly.
Correct Answer: D. delete
Explanation:
The correct answer is delete.
Leave a Reply