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