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