下列表达式,哪一是声明P为指向常量的指针
A.const int *p B.int*const p; C.const int *const p D.int*p
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。