1.

Anything Wrong With This Code? t *p = Newt[10]; Delete P;

Answer»

Everything is CORRECT, Only the FIRST element of the array will be deleted", The entire array will be deleted, but only the first element DESTRUCTOR will be CALLED.

Everything is correct, Only the first element of the array will be deleted", The entire array will be deleted, but only the first element destructor will be called.



Discussion

No Comment Found