单选题

已知有如下结构体:

struct sk

{ int a;

float b;

}data,*p;

若有P=&data,则对data的成员a引用正确的是(     )。

【正确答案】 C
【答案解析】