• 2021-04-14
    有定义语句struct aa{int x;int y;};struct man{ char name[9]; struct aa x;} m={“abcdef”,{20,22}};则m.x.x的值为 ,m.x.y的值为 ,m.x.x*m.name[0]的值为