单项选择题

以下定义,使p指向data和a域的赋值语句是( )
struct stuclent
int a;float b;data,*p;

A.p=&a;
B.p=data.a;
C.*p=data.a;
D.p=&data.a;
热门 试题