问题详情

答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关

下面结构体的定义语句中,错误的是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;

请帮忙给出正确答案和分析,谢谢!

参考答案
您可能感兴趣的试题