Posts by Guilherme Garcia • 5 points
2 posts
-
0
votes1
answer2186
viewsQ: Chained List (insert at end)
I’m trying to make a linked list with insertion at the end of it, but at the time of writing the error and I don’t know what the problem is. #include <stdio.h> #include <stdlib.h> struct…
casked Guilherme Garcia 5 -
0
votes2
answers121
viewsQ: Chained lists
I’m tending to create a program that as I enter with the values, it adds at the beginning of the chained list, so I saw it holding the values just right, but when printing it does not print, as if…
casked Guilherme Garcia 5