Is it possible to have a member in a structure whose data-type is same as the struct? · Issue #5 · Vishwajith-K/gist · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.The text was updated successfully, but these errors were encountered: