问题详情
下列语句中错误的是
A.const int a;
B.const int a=10;
C.const int*point=0;
D.const int*point=new int(10);
请帮忙给出正确答案和分析,谢谢!