以下对结构体变量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


Tag:C语言编程新思路 变量 成员 时间:2021-11-29 16:14:06