Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- t_persona ps[2]={{112233,"Sim B", 'M'}, {1133325, "Alejo L", 'M'}};
- FILE *fp
- fp= fopen("archivo.dat", "wb");
- if (!fp) return 1;
- fread (ps, sizeof(t_persona),2,fp);
- fclose(fp);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement