Home » C++ Programming » Constructors and Destructors

To ensure that every object in the array receives a destructor call, always delete memory allocated as an array with operator __________ .

Correct Answer: delete[]

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion