A-A+ 对下列结构体变量stu的成员引用不正确的是()struct student{int m;fl 2022-08-06 10:51:49 问答库 阅读 179 次 问题详情 对下列结构体变量stu的成员引用不正确的是()struct student{int m;float n;}stu,*p;A.p.stu.n B.P->mC.(*p).m D.stu.n 参考答案 正确答案:AA[解析] 没有这种表达。