问题 更新时间2023/4/3 12:59:00 以下对结构变量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 答案 登录 注册 标准答案:B 出自:青书学堂 >> 河北建筑工程学院-C语言程序设计