设int a=10,*p;,使p指向变量a的语句是

设int a=10,*p;,使p指向变量a的语句是
A、a=p;
B、p=a;
C、*p=*a;
D、p=&a;
【正确答案】:D