若已有语句如下,则以下说法错误的是(         )。
struct student
{
    int age; 
    int num; 
} stu,*p; A.

stu是结构体类型的变量 B.

p是结构体类型的指针变量 C.

student是结构体类型名 D.

p是结构体变量