若有以下说明语句:structstudent{intnum;charname[];floatscore;}stu;则下面的叙述不正确的是:()
A:struct是结构体类型的关键字
B:structstudent是用户定义的结构体类型
C:num,score都是结构体成员名
D:stu是用户定义的结构体类型名
出自:计算机科学