选择题
下列语句中错误的是______。
A、
const int*p=0;
B、
const int y=0;
C、
int x=0;
D、
const int p=new int(100);
【正确答案】
D
【答案解析】
提交答案
关闭