设有以下说明语句,则下面的叙述中错误的是( )。
struct ex{ int x; int y; char z; }example;
(A)ex为结构体名
(B)struct是结构体类型的关键字
(C)x,y,z是结构体成员名
(D)example是结构体类型名
Copyright ©