单项选择题

若有说明:int*p,m=5,n;,以下正确的程序段是

A.p=&n;scanf("%d",&;
B.p=&n;scanf("%d",*
C.scanf("%d",&;*p=n;
D.p=&n;*p=m;