You are viewing a single comment's thread. Return to all comments →
p->next=temp; //in cpp , giving a segmentation fault
why is the above code giving me segmentation fault
Insert a Node at the Tail of a Linked List
You are viewing a single comment's thread. Return to all comments →
why is the above code giving me segmentation fault