Im using c++ compiler but with .c extension. so my codes in c compile successfully. the problem is when i deleted a node in a list (im using link list) the node that i deleted is not gone but replaced with special characters. what is the problem? here is my code