Q. To ensure that every object in the array receives a destructor call, always delete memory allocated as an array with operator __________ .
β
Correct Answer: (C)
delete[]
You must be Logged in to update hint/solution