问题 更新时间2023/4/3 12:59:00 若有以下定义和语句:struct student{int age;int num;};struct student stu[3]={{1001,20},{1002,19},{1003,21}};main(){struct student *p;p=stu;...}则以下不正确的引用是( )。A)(p++)->num B)p++C)(*p).num D)p=&stu.age 答案 登录 注册 D)p=&stu.age 出自:学起plus弘成 >> 中北大学-C语言程序设计