下列语句中,错误的是______。
A.const int buffer=256;
B.const double*point;
C.int const buffer=256;
D.double*const point;
第1题:
下列语句中,错误的是( )。
A.const int buffer=256;
B.const int temp;
C.const double *point;
D.const double *rt=new double(5.5);
第2题:
下列语句中,错误的是
A.const int buffer=256;
B.const int temp;
C.const double *point;
D.const double *rt=new double(5.5);
第3题:
【单选题】下列语句中错误的是 。
A.const int buffer= 256;
B.const double * point;
C.int const buffer= 256;
D.double * const point;
第4题:
下列语句中,错误的是( )。
A.const int buffer=256;
B.const double*point;
C.int const buffer=256;
D.double*eonst point:
第5题:
下列语句中,错误的是( )。
A.const int buffer=256;
B.const double *point;
C.int const buffer=256;
D.double *const point;