Thanks all for ur reply. I just try this code to check whether calling destructor explicitly is doing the same job as the one provided by the...
Destructor is used to destroy(release) the Memory which is allocated to object. And it can be called explicitly. In the follwoing code the...
Separate names with a comma.