标签: c data-structures
Insert the element in last using single link list . please suggest what is the mistake i made . i shows run time error
答案 0 :(得分:0)
在while循环的条件检查中,应该为
while(temp->next!=NULL){