18.若有以下說明和定義語句:union uti {int n;double g;char ch[9];}struct srt{float xy;union uti uv;}aa;則變量aa所占內存的字節數是( )A) 9B) 8C) 13D) 17為什么? 查看完整描述