单项选择题

下列语句中,错误的是【 】

A.const int buffer=256;
B.const double*point;
C.int const buffer=256;
D.double*const point;