问题详情
设int x:,则经过______ 后,语句*px=0;可将x值置为0。
A.int*px;
B.int const *px=&x;
C.int* const px=&x:
D.const int *px=&x;
请帮忙给出正确答案和分析,谢谢!