下面C语言语句定义了_________。 struct student{ int num; char name[20]; char sex; }s1,s2;
A: 结构类型s1,s2
B: 结构类型标签student和结构变量s1,s2
C: 结构变量student
D: 链表student
A: 结构类型s1,s2
B: 结构类型标签student和结构变量s1,s2
C: 结构变量student
D: 链表student
举一反三
- 下面C语言语句定义了_________。 struct student{ int num; char name[20]; char sex; }s1,s2; A: 结构类型s1,s2 B: 结构类型标签student和结构变量s1,s2 C: 结构变量student D: 链表student
- 下面C语言语句定义了_________。struct student{ int num; char name[20]; char sex; }s1,s2; A: 结构类型s1,s2 B: 结构变量student C: 链表student D: 结构类型student和结构变量s1,s2
- 下面C语言语句定义了_________。struct student{ int num; char name[20]; char sex; }s1,s2; A: 结构类型s1,s2 B: 结构变量student C: 链表student D: 结构类型student和结构变量s1,s2
- 下面C语言语句定义了。 struct student { int num; char name[20]; char sex; }s1,s2;
- 下面定义结构变量的语句中错误的是。 未知类型:{'options': ['struct student{ int num; char name[20]; } s;', 'struct { int num; char name[20]; } s;', 'struct student{ int num; char name[20]; }; struct student s;', 'struct student{ int num; char name[20]; }; student s;'], 'type': 102}