Skip to content

Instantly share code, notes, and snippets.

@aledruetta
Last active August 24, 2019 12:38
Show Gist options
  • Save aledruetta/ecd9de8551f44604b84e8fe9a9565e24 to your computer and use it in GitHub Desktop.
Save aledruetta/ecd9de8551f44604b84e8fe9a9565e24 to your computer and use it in GitHub Desktop.
typedef struct {
char nome[50];
int ra;
char curso[30];
char polo[50];
int bimestre;
double aprov;
} Aluno;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment