why delete an array of pointers when the the pointer array isnt deleted i mean after deletion it still exists
in the lecture code sir has deleted the array so
i tried and found out that the array of pointers still exists so the memory isnt freed so whats the significance of doing delete [ ] oldtable ;
please help
i have commented my doubt in testing code
https://ide.codingblocks.com/s/49653
please see line 67 of this class code
thanks in advance