Posts by Guilherme Barbosa • 11 points
1 post
-
-2
votes1
answer32
viewsQ: Problem with simple circular list in C
I’m trying to make a circular list but whenever I compile this giving error. Could point me the error? #include <stdio.h> #include <stdlib.h> typedef struct lista { int info; struct…
casked Guilherme Barbosa 11