• 2022-06-14
    typedef struct stu { int a; float b; } stutype; 下面叙述中错误的是
    A: struct是结构类型的关键字
    B: a和b都是结构成员名
    C: struct stu是用户定义的结构类型
    D: stutype是用户定义的结构体变量名