Posts by UendelC • 11 points
1 post
-
1
votes0
answers370
viewsQ: How to write and read a table hash in/from a file (FILE) in C?
I am using fread and fwrite but there is an error of execution. #include <stdio.h> #include <stdlib.h> #include <string.h> typedef struct pessoa{ char nome[20]; char cpf[10];…