Insert Node at the end of linked list C Program

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

would you tell why'd you used ** while wrting the function

_bhuc
Автор

shouldn't temp->next=newNode; be outside the while loop if you want it at the end of the linked list

GummyCandyz