How is a linked list different than a struct?Based on what we
learned and saw, a linked can be formed from various structs.
struct -> struct-> struct-> struct->
It is not possible to use a structure as a member of itself, as
this would cause an endless chain of structure in structure in
structure in... This can be compared to what would happen if you
would copy a directory into itself (if that would be possible).
|