Skip to content

Instantly share code, notes, and snippets.

@luisfergromo
Last active March 14, 2017 20:24
Show Gist options
  • Select an option

  • Save luisfergromo/613f0c5b3b0a5fd7fced5ce43c84c412 to your computer and use it in GitHub Desktop.

Select an option

Save luisfergromo/613f0c5b3b0a5fd7fced5ce43c84c412 to your computer and use it in GitHub Desktop.
Sudent Struct
typedef struct {
int id;
char name[30];
}Student;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment