问题
单项选择题
对下面说明叙述正确的是( ) typedef struct stu {int n;char ch[8]; }student;
A.student是结构体类型名
B.student是结构体变量
C.typedef struct是结构体类型
D.struct是结构体类型名
答案
参考答案:B
对下面说明叙述正确的是( ) typedef struct stu {int n;char ch[8]; }student;
A.student是结构体类型名
B.student是结构体变量
C.typedef struct是结构体类型
D.struct是结构体类型名
参考答案:B