[单选题]
下列定义中p指向的地址可更改,但*p不能够更改的是
A.const int * p;
B.int * const p;
C.const int * const p;
D.int *p;
参考答案与解析: