搜题
问题   更新时间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;

王老师:19139051760(拨打)