[单选题]

下列语句中,错误的是______。

A.const int buffer=256;

B.const double*point;

C.int const buffer=256;

D.double*const point;

参考答案与解析: