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

Question: To ensure that every object in the array receives a destructor call, always delete memory allocated as an array with operator __________ .
[A].
destructor
[B].

delete
[C].

delete[]
[D].

kill[] 

Answer: Option C

Explanation:

No answer description available for this question.