单项选择题

A.int*p,*q;q=p;
B.inta,*p,*q;q=&a;p=*q;
C.inta=b=0,*p;p=&a;b=*p;
D.inta=20,*p,*q=&a;p=q;