下列对结构体类型变量定义不正确的是( )
A.
struct teacher{
int num;
int age;
}teacher1;
B.
struct{
}teacher1,teacher2;
C.
}teacher,
D.
};
d不是没定义变量吗?
C分号
C
用户登录可进行刷题及查看答案
登录后提交答案