柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
下面结构体的定义语句中,错误的是( )。
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;
热度🔥682
参考答案:A
解析:打开微信小程序查看本题解析
点击打开小程序查看解析
content_copy
扫码免费计算机二级刷题
2024年计算机等级考试题库
推荐
执行下列程序段后,变量 S 的值是 Dim S As Integer, n As Integer S = 0 : n = 1 Do While n < 100 S = S + n n = n + 1 Loop
下列关于栈的叙述中,正确的是
执行路由器的ip route命令必须进入的工作模式是()。
若A=10010010、B=11110001,执行A加B后状态寄存器中标志位为
标签
二级C语言
int
struct
ord
定义