单项选择题

对以下定义的表述中,正确的是( ) struct node {int num;char name[10];}stud;

A.stud是一个结构体变量
B.stud是一个结构体类型
C.node是一个结构体数据
D.node是一个结构体变量