Skip to content

Instantly share code, notes, and snippets.

@kra3
Created September 19, 2011 19:48
Show Gist options
  • Save kra3/1227399 to your computer and use it in GitHub Desktop.
Save kra3/1227399 to your computer and use it in GitHub Desktop.
struct User{
char name[45];
int age;
float height;
}usr;
usr.name = "Someone";
usr.age = 31;
ur.height = 6.1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment