以下对结构体变量stul中成员age的非法引用是()。 struct student {int age; int num; }stul,*p; p=&stul;
以下对结构体变量stul中成员age的非法引用是()。 struct student {int age; int num; }stul,*p; p=&stul;
A.stul.age
B.student.age
C.p->age
D.(*p).age
正确答案:B
以下对结构体变量stul中成员age的非法引用是()。 struct student {int age; int num; }stul,*p; p=&stul;
A.stul.age
B.student.age
C.p->age
D.(*p).age
正确答案:B
相关答案
热门答案