定义了指向常量的指针p的选项是

定义了指向常量的指针p的选项是
A、const int *p;
B、int *p;
C、int * const p=&x;
D、const int * const p=&x;
【正确答案】:A