单项选择题

设intx;,则经过()后,语句*px=0;可将x值置为0。
A、int*px;
B、intconst*px=&x;
C、int*Constpx=&x;
D、constint*px=&x;