What happens when u delete a pointer twice ?
del *p;
del *p;
What is this error called? How to avoid such double deletes?