Skip to content

Instantly share code, notes, and snippets.

@hackrio1
Created September 1, 2018 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hackrio1/5189ab5595b600a392593d89e166c9ba to your computer and use it in GitHub Desktop.
Save hackrio1/5189ab5595b600a392593d89e166c9ba to your computer and use it in GitHub Desktop.
Details of Union
Height of person1_union: 1700
Weight of person2_union: 74.230000
Size of person1_union object: 8
Size of person2_union object: 8
Details of Struct
Height of person1_struct: 1700
Weight of person2_struct: 74.230000
Size of person1_struct object: 16
Size of person2_struct object: 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment