单选题 已知 struct sk { int a; float b; }data,*p; 若有p=&data 则对data中成员a的正确引用是 A、(*p).data B、(*p).a C、 p->data.a D、p.data.a
【正确答案】 B
【答案解析】