单项选择题

设有定义:int n1=0,n2,*p=&n2,*q=&n1;,下列赋值语句中与n2=n1;语句等价的是( )。

A.*p=*q;
B.p=q;
C.*p=&n1;
D.p=*q;