找考题网-背景图
单项选择题

有定义如下:
struct sk
int a;
float b:
data,*p;
如果p=&data;,则对于结构变量data的成员a的正确引用是( )。

A.(*).data.a
B.(*p).a
C.p->data.a
D.p.data.a
热门试题