Posts by Prodigy • 11 points
1 post
-
1
votes1
answer132
viewsQ: Doubt about chained list in C
Hello, I made a simple chained list in C, with the insert start and insert functions at the end, as I do the removal functions? #include <stdio.h> #include <stdlib.h> typedef struct no{…