Hi everyone, I am unsure on how the syntax works for pointing to a structure within a structure and cannot find anything to help me.
So if I have this structure:
1 2 3 4 5 6 7
struct a{
struct b{
int c;
int d;
} alphabet;
int e;
} whatever;
I understand that a pointer to say, e would be like this: