[单选题]
下面程序的输出结果是( )。 main() {struct m1{int a;int b;}en[2]={1,3,2,7); printf("%d/n",en[0].b/en[0].a*en[1].a);
A.6
B.0
C.1
D.3
参考答案与解析: