若有以下说明和定义语句,则变量 w 在内存中所占的字节数是 ______。
union aa { float x, y; char c[6]; }; struct st { union aa v; float w[5]; double ave; } w;
Copyright ©