单项选择题

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

A.p=&a;
B.p=data;
C.*p=data;
D.p=&data;