单选题 设有以下说明语句,则下列叙述中不正确的是
struct ex
int x;float y;char z; example;

【正确答案】 B
【答案解析】[解析] 本题中,struet ex是结构体类型名,example是结构体变量名。