• 2022-06-09
    ‏下列有关结构体的定义错误的是_______。​
    A: typedef date { int year,month,day ;} type_date;
    B: struct { char name[10] ; float angle ;};
    C: typedef struct date { int year,month,day ;} type_date ;
    D: struct date { int year,month,day ;} type_date ;