Posts by user3576248 • 11 points
1 post
-
1
votes2
answers580
viewsQ: Struct with pointer and allocation
I can’t use the fscanf in a structure, I have already allotted the structures. #include <stdlib.h> #include <stdio.h> #include <string.h> struct Cliente { int numero; char *nome;…