单项选择题

设有以下说明语句:
                    typedef  struct  stu
            {  int  a;
               float  b;
            } stutype; 
则下面叙述中错误的是()

A.struct是结构类型的关键字
B.struct stu是用户定义的结构类型
C.a和b都是结构成员名
D.stutype是用户定义的结构体变量名