网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
若有以下说明和定义语句,则变量w在内存中所占的字节数是 【19】 。
union aa {float x; float y; char c[6]; };
struct st{ union aa v; float w[5]; double ave; } w;
参考答案
更多 “ 若有以下说明和定义语句,则变量w在内存中所占的字节数是 【19】 。union aa {float x; float y; char c[6]; };struct st{ union aa v; float w[5]; double ave; } w; ” 相关考题
考题
若有如下定义: union aa {int n; char c[9]; float x;}a,b,c; 则下列叙述中不正确的是( )A.union aa是定义的共用体类型B.a,b,c是定义的共用体类型名C.n、c[9]和x是共用体的成员名D.a,b,c是定义的共用体变量名
考题
若有以下说明和定义语句,则变量w在内存中所占的字节数是 union aa {float x;float y;char c[6];}; struct st {union aa v;float w[5];double ave;}w;A.42B.34C.30D.26
考题
4、设有以下结构类型说明和变量定义,则变量a在内存所占字节数是 __________ struct stud { char num[6]; int s[4]; double ave; } a;A.22B.18C.14D.28
考题
【单选题】设有以下结构类型说明和变量定义,则变量a在内存所占字节数是 struct stud { char num[6]; int s[4]; double ave; } a;A.22B.18C.14D.28
考题
设有以下结构类型说明和变量定义,则变量a在内存所占字节数是 __________ struct stud { char num[6]; int s[4]; double ave; } a;A.22B.18C.14D.28
热门标签
最新试卷