下面结构体的定义语句中 错误的是( )。A.struct ord{int x;int Y;int z;}struct ord a;B.struc
下面结构体的定义语句中,错误的是()。
A.struct ord{int x;int Y;int z;}struct ord a;
B.struct ord{int x;im Y;im z;};struct ord a;
C.struct ord{int x;int Y;int Z;}a;
D.struct{int x;int Y;int z;}a;
请帮忙给出正确答案和分析,谢谢!