单选题 以下对结构变量stul中成员age的非法引用是( ) struct student { int age; int num; }stu1,*p; p=&stu1;
【正确答案】 B
【答案解析】