18.若有以下说明和定义语句:union uti {int n;double g;char ch[9];}struct srt{float xy;union uti uv;}aa;则变量aa所占内存的字节数是( )A) 9B) 8C) 13D) 17为什么? 查看完整描述