A-A+

下列语句中 错误的是()。A.const int buffer=256;B.const do

2022-08-06 03:28:34 问答库 阅读 175 次

问题详情

下列语句中,错误的是()。
A.const int buffer=256;
B.const double *point;
C.int const buffer=256;
D.double *const point;请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:D

考点:语句,错误