设有如下定义:struct sk{int a;float b;}data,*p;若有p=&data;,则对data中的a域的正确引用是
A.(*p).data.a B.(*p).a C.p->data.a D.p.data.a
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。