Guest User

Untitled

a guest
Apr 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. struct general{
  2. float peso;
  3. int edad;
  4. int ano_nacimiento;
  5. int dia;
  6. int mes;
  7. }persona[40],aux;
Add Comment
Please, Sign In to add comment