试题详情

以下对结构体变量stu1中成员age的非法引用是()。 struct student { char name[10]; int age ; } stu1 ,*p; p=&stu1;

Astu1.age

Bp->age

C(*p).age

Dstudent.age