Skip to content

Instantly share code, notes, and snippets.

@JIElite
Created November 8, 2014 11:55
Show Gist options
  • Save JIElite/c9af3c3738ef0b6d2f61 to your computer and use it in GitHub Desktop.
Save JIElite/c9af3c3738ef0b6d2f61 to your computer and use it in GitHub Desktop.
struct student{
int id;
char *name;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment