以下程序的输出结果是______。Union myun{ struct{ int x,y,z;}u;Int k;}a;Main(){ au.x=4;a.u.y=5;a.u.z=6;Ak=0;Printf("%d\n",a.u.x);}
A.4
B.5
C.6
正确答案是D