Posts by Samuel Castro Ribeiro • 1 point
2 posts
-
0
votes2
answers38
viewsA: Pointer+Struct (DOUBT)
QUESTÃO RESOLVIDA! #include <stdio.h> #include <stdlib.h> #include <string.h> /* * */ typedef struct { int id; char…
-
-1
votes2
answers38
viewsQ: Pointer+Struct (DOUBT)
Good afternoon guys, I’m learning to use pointers in struct's... so I tried to do a record exercise of nome and id very simple with a vector size for only 3 entries. I can’t find the error of my…