单选题:下列语句中,错误的是( )
下列语句中,错误的是( )
A.const int buffer = 256;
B.const int temp;
C.const double* point;
D.double* const pt = new double(5.5);
答案:B
A.const int buffer = 256;
B.const int temp;
C.const double* point;
D.double* const pt = new double(5.5);
答案:B