单选题 若有下面的说明和定义,则sizeof(struct aA) 的值是 ( ) struet aa { int r1;double r2 float r3; union uu{char u1[5]; long u2[2]; }ua; } mya;
【正确答案】 D
【答案解析】