柠檬试题库
search
首页 计算机 公务员 驾照 关于

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


  • 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;
热度🔥662
参考答案:A
解析:打开微信小程序查看本题解析