[单选题]定义了指向常量的指针p的选项是

A
const int *p;
B
int *p;
C
int * const p=&x;
D
const int * const p=&x;
E
F
正确答案:A
扫描二维码
免费搜题、免费刷题、免费查看解析