Structs Flashcards

1
Q

How are the fields in a struct stored in memory?

A

They are stored consecutively

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can i create an alias for the type:

long long unsigned int

A

typedef long long unsigned int my_int;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly