什麼是 struct,union,enumeration 的 tag ?

struct tag { member-list };
union tag { member-list };
enum tag { member-list };

union test1 { int a; };

test1 是 union tag.

posted @ 2017-03-19 19:25  wangchangruei  阅读(273)  评论(0编辑  收藏  举报