找考题网-背景图
单项选择题

设struct{int age;int num;}stu,*p=&stu;对结构型变量stu的成员age引用错误的是( )

A.stu.age
B.p->age
C.*p.age
D.(*p).age