单项选择题

已知有结构体: struct sk { int a; float b; }data,*p; 若有p=&data,则对data的成员a的正确引用是( )。

A.(* .data
B.(* .a;
C.p->data
D.data