Is it possible to have a member in a structure whose data-type is same as the struct?
Vishwajith-K opened this issue · 0 comments
Vishwajith-K commented
Ans - No. Size of the data-type is yet not known so you can not do that, even if you try using typedef
. GCC complains saying incomplete type.