• 2022-06-16
    对以下定义,不正确的叙述是( )。struct student { int num; char name[20]; } stu;
    A: struct是定义结构体类型的关键字
    B: stu是结构体类型名
    C: num, name都是结构体成员名
    D: struct student是结构体类型名