下面结构体的定义语句中,错误的是A)struct ord {int x;int y;int z;}; struct ord a;B)st

题目内容(请给出正确答案)

下面结构体的定义语句中,错误的是

A)struct ord {int x;int y;int z;}; struct ord a;

B)struct ord {int x;int y;int z;} struct ord a;

C)struct ord {int x;int y;int z;} a;

D)struct {int x;int y;int z;} a;

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
更多相关问题