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
1 Posted Topic
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 …
The End.
Sandeep Shetty