若已经定义typedefstructstu{inta,b;}student;则下列叙述中正确的是()
举一反三
- 若已经定义:structstu{inta,b;}student;则下列输入语句中正确的是()
- 若已经定义 typedef struct stu { int a, b; } student ; 则下列叙述中正确的是(
- 若已经定义: struct stu { int a, b; } student ; 则下列输入语句中正确的是( )
- 若已经定义: struct stu { int a, b; } student ; 则下列输入语句中正确的是( ) A: scanf("%d",&a); B: scanf("%d",&student); C: scanf("%d",&stu.a); D: scanf("%d",&student.a);
- 若已经定义struct stu { int a, b; } student ; 则下列输入语句中正确的是 。 A: scanf("%d",&a); B: scanf("%d",&student); C: scanf("%d",&stu.a); D: scanf("%d",&student.a);