A: stu_name
B: stu-name
C: 2name
D: *name
举一反三
- 以下哪个是合法的SQL Server标识符?( ) A: StudentID B: Orde C: Student Name D: Stu%Name
- 考察以下程序片段var name = document.getElementById(“stu”);以下选项正确的是( ) A: stu是控件的id B: stu是一个div C: stu是一个文本框 D: stu是控件的name
- 访问如下json对象中的name属性的方式是:var stu={name:"张三",age:20} A: stu[name] B: stu.name C: stu->name D: this.name
- 如果函数定义为def stu(name): ,则下面对该函数的调用不合法的是( )。 A: stu(“Lucy”) B: stu() C: stu(‘Lucy’) D: stu(name=’Lucy’)
- 下列变量名中,合法的是( ) A: STU_NAME B: _NAME C: -NAME D: NAME+AGE
内容
- 0
在如下结构体中,不正确的是( )。 A: struct student {char name[10]; float score; }; B: struct stu[5] {char name[10]; float score; }; C: struct student {char name[10]; float score; } stu[5]; D: struct {char name[10]; float score; }stu[5];
- 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: 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;
- 3
创建数据库表,下列语句中正确的是()。 A: create table stu(no integer, name text, sex text, age integer) B: table stu(no integer, name text, sex text, age integer) C: create stu(no integer, name text, sex text, age integer) D: 以上都不对
- 4
下列标识符中,合法的是( )。 A: _name B: 2a C: -name D: a$