单项选择题

设int x:,则经过______ 后,语句*px=0;可将x值置为0。

A.int*px;
B.int const *px=&x;
C.int* const px=&x:
D.const int *px=&x;