单选题 设有如下程序段: union {int i; char c; }a; a.c='A'; a.i=12; printf("/n%d",a.i); 这段程序执行后,屏幕输出的结果是( )
【正确答案】 C
【答案解析】