why it is not working???
Doubt doubt doubt
just add one condition in delete function
if(root==NULL)
return NULL;
Modified Code
why it is not working???
just add one condition in delete function
if(root==NULL)
return NULL;
Modified Code