A-A+

下列语句中 错误的是A.const int buffer=256;B.const int temp;C.const double *point;D.const d

2021-02-26 02:42:00 IT认证 阅读

问题详情

下列语句中,错误的是

A.const int buffer=256;

B.const int temp;

C.const double *point;

D.const double *rt=new double(5.5);

请帮忙给出正确答案和分析,谢谢!

参考答案

考点: