Question
Which C++ operator releases memory allocated for a dynamic array?
Select an option. Your answer will be checked instantly.
Correct Answer: A. delete[]
Explanation:
The correct answer is delete[].
Leave a Reply