王老师:19139051760(拨打)复制微信 题目 更新时间:2023/4/3 设有下列程序段,则scanf函数调用语句中对结构体变量成员的不正确引用为( )。struct student{ char name[20];int age;char sex;}stu[5], *p;p=stu;(2分)Ascanf("%s",stu[0].name);Bscanf("%d",p->age;Cscanf("%c",&(p->sex));Dscanf("%d",&stu[0].age); 答案 登录 注册 正确答案B 出自:学起plus弘成 >> 中北大学C语言程序设计 中北大学继续教育学院