单选题:有定义“struct ex { int x; float y; char z;} example;”, 下面叙述中不正确的是()
有定义“struct ex { int x; float y; char z;} example;”, 下面叙述中不正确的是()。
A.struct是定义结构类型的关键字
B.example是结构类型名
C.x, y, z都是结构成员名
D.struct ex是结构类型名
答案:B
A.struct是定义结构类型的关键字
B.example是结构类型名
C.x, y, z都是结构成员名
D.struct ex是结构类型名
答案:B