Skip to content

Instantly share code, notes, and snippets.

@HQarroum
Last active August 3, 2021 00:30
Show Gist options
  • Save HQarroum/5cd54d06c00ac35bc51df6a032acebbd to your computer and use it in GitHub Desktop.
Save HQarroum/5cd54d06c00ac35bc51df6a032acebbd to your computer and use it in GitHub Desktop.
pointer-arithmetics-challenge-structure
typedef struct {
float f;
int member;
char c;
} t_struct;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment