单项选择题

下列语句中,错误的是( )。

A.const int buffer=256;
B.const int temp;
C.const double *point;
D.const double *rt=new double(5.5);