若有如下定义:unionaa{intn;charc[9];floatx;}a,b,c;则下列叙述中不正确的是()A.unionaa是定义的共用体类型B.a,b,c是定义的共用体类型名C.n、c[9]和x是共用体的成员名D.a,b,c是定义的共用体变量名
若有如下定义:unionaa{intn;charc[9];floatx;}a,b,c;则下列叙述中不正确的是()A.unionaa是定义的共用体类型B.a,b,c是定义的共用体类型名C.n、c[9]和x是共用体的成员名D.a,b,c是定义的共用体变量名
p>若有以下说明和定义语句,则变量w在内存中所占的字节数是____。[br][/br]unionaa{[spanstyle="white-space:pre"][/]floatx;[spanstyle="white-space:pre"][/]charc[6];};structst{[spanstyle="white-space:pre"][/]unionaa;[spanstyle="white-space:pre"][/]floatw[5];[spanstyle="white-space:pre"][/]doubleave;}w;</p
p>若有以下说明和定义语句,则变量w在内存中所占的字节数是____。[br][/br]unionaa{[spanstyle="white-space:pre"][/]floatx;[spanstyle="white-space:pre"][/]charc[6];};structst{[spanstyle="white-space:pre"][/]unionaa;[spanstyle="white-space:pre"][/]floatw[5];[spanstyle="white-space:pre"][/]doubleave;}w;</p
1