Monil200 / CPrograms

temp for daily activities
1 stars 0 forks source link

Nodes in particular range #10

Open Monil200 opened 10 years ago

Monil200 commented 10 years ago

While dealing with programs to delete nodes always return node to a ... root->left=funct() root->right=funct() free(root); root=NULL; return root; //so that NULL gets appended at correct location