Last active
August 3, 2021 00:30
-
-
Save HQarroum/5cd54d06c00ac35bc51df6a032acebbd to your computer and use it in GitHub Desktop.
pointer-arithmetics-challenge-structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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