Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.67K
~283 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for vissure

if(!node) ; if(node->next) { temp=node->next; memcpy(node, temp, sizeof(node)); node->next = temp->next; free(temp); printf("\ndone...but all the pointers pointers pointing to the nodes might be invalid now...well...some of them"); } else printf("\n :D :D dam...we have a problem ...if Windows ... show the dreaded blue screen ... Linux users can just reboot …

Member Avatar for Sandeep Shetty
0
283

The End.