Posts by Nayanna Nara • 1 point
1 post
-
0
votes1
answer670
viewsQ: Could you help me invert a chained list? When reversing only the last element appears
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <new> typedef struct dados{ char nome[20]; char profissao[20]; int…
casked Nayanna Nara 1