C > Structs > Flashcards
How are the fields in a struct stored in memory?
They are stored consecutively
How can i create an alias for the type:
long long unsigned int
typedef long long unsigned int my_int;