问题 更新时间2023/4/3 12:59:00 以下结构体类型变量的定义错误的是( )。A、#define STU struct student STU {float height; int age; }std1;B、struct student {float height; int age; }std1;C、struct {float height; int age; }std1;D、struct {float height; int age; }student; struct student std1; 答案 登录 注册 D 出自:江开 >> 西安交通大学--程序设计综合训练学习指南