不正确的用户标识符是:
A: stu_no
B: Int
C: a1.
D: _char
A: stu_no
B: Int
C: a1.
D: _char
举一反三
- 不正确的用户标识符是()。 A: stu_no B: Int C: a1. D: _a1
- 正确的用户标识符是: A: 6a B: _int C: a-b D: char
- 对结构体类型变量定义不正确的是( )。 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;
- 以下结构体的定义语句中,正确的是______。? 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;
- 下面标识符中,合法的用户标识符为()。 A: P#Ad B: 12a C: char D: _int