(单选题) 以下对结构变量stul中成员age的非法引用是() struct student  { int age;  int num;  }stu1,*p;  p=&stu1;(本题2.0分)
A、  stu1.age
B、  student.age
C、  p->age
D、  (*p).age
出自:河北建筑工程学院-C语言程序设计