选择题   已知有结构体:
    struct sk
    {int a;
    float b;
    }data,*p;
    若有p=&data,则对data的成员a的正确引用是______。
 
【正确答案】 B
【答案解析】