单项选择题

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

A.*p.a
B.p.b
C.p->a
D.*p->b