Advertisement
LOLGOD

Aputada tua mae

Apr 28th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. struct associacao{
  2. float mensalidade;
  3. char nomeassoc[30];
  4. char localidade[20];
  5. char concelho[20];
  6. struct data{
  7. int dia;
  8. int ano;
  9. char mes[10];
  10. };
  11. char contacto[50];
  12. char nif[10];
  13. int recibo;
  14.  
  15. };
  16.  
  17.  
  18.  
  19. struct candidato{
  20. char nome[30];
  21. struct anonasc{
  22. int dia;
  23. int ano;
  24. char mes[10];
  25. };
  26.  
  27. int numbi;
  28. float altaluno;
  29. float peso;
  30. struct reprovado{
  31. int numvezes;
  32. int anos;
  33. char razao[200];
  34. char disdificulade[50];
  35.  
  36. };
  37. char nomecurso[30];
  38. char morada[30];
  39. char obs[150];
  40. char hablitacao[10]
  41. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement