I am a beginner in linked list programming.
I have made a program, but I am not sure if it is a good implementation.
The code compile and the results are very good, like i expected.
I want to give me some advices.
Thank you.
Code:
Inserting a new node at the end of the list. The new node inserted is the last one in the list. #include<stdio.h> #include<stdlib.h>
Leave a comment: