Re: the struct haven't define when i use typedef



Chad wrote:
....
Is this determined at compile time? If so, how does the compiler know
how much space to allocate for node*?

Because all struct pointers have the same size, chosen by the
compiler, regardless of what struct type they point at.
.