设struct ab{int a;float b;}c,*p=&c;,引用不正确的是

设struct ab{int a;float b;}c,*p=&c;,引用不正确的是
A、*p.a
B、c,b
C、p->a
D、(*p).b
【正确答案】:A