A: name*
B: num
C: &b
D: student-1
举一反三
- 以下不是合法标识符的是( )。 A: _student B: len1 C: name D: 1define
- 以下哪个是合法的SQL Server标识符?( ) A: StudentID B: Orde C: Student Name D: Stu%Name
- 以下变量定义,错误的是: A: struct student{int num, char name[20];} s; B: struct {int num, char name[20];} s; C: struct student{int num, char name[20];}; struct student s; D: struct student{int num, char name[20];} ; student s
- 一下选项中,定义结构体变量错误的是( ) A: struct student {int num; char name[30];<br> }wangming; B: struct {int num; char name[30];<br> }wangming; C: struct student {int num; char name[30];<br> }; struct student wangming; D: struct student {int num; char name[30];<br> }; student wangming;
- 下列选项中,合法的Python标识符是: A: if B: name$ C: _3x D: 姓名1
内容
- 0
对结构体类型变量定义不正确的是( )。 A: B: define STUDENT struct studentSTUDENT{char name;int num;}std; C: struct student{char name;int num;}stu; D: E: define struct student{char name;int num;}STD;STD stu; F: struct{char name;int num;}student;struct student stu;
- 1
以下结构体的定义语句中,正确的是______。? struct student {int num; char name[10];int age;}stu;|struct {int num; char name[10];int age;}student; struct student stu;|struct student {int num; char name[10]; int age;}; student stu;|struct student {int num; char name[10];int age;};stu;
- 2
下列结构体的定义正确的是( )。 A: student { int num; char name[10]; char sex; }; B: struct student { int num; char name[10]; char sex; } C: struct student { int num; char name[10]; char sex; }; D: struct student { int num char name[10] char sex };
- 3
4、以下选项,()属于合法的标识符。 A: class B: 123username C: Hello_World D: user name
- 4
以下标识符中,合法的是_____。 A: constA B: !bool C: c:d:e D: num/sum