下列语句中,错误的是______。A.const int buffer=256;B.const double*point;C.int const buffer=256;D.double*const point;

下列语句中,错误的是______。

A.const int buffer=256;

B.const double*point;

C.int const buffer=256;

D.double*const point;


相关考题:

( 18 ) 下列语句中,错误的是A ) const int buffer=256;B ) const double *point;C ) int const buffer=256;D ) double * const point;

下列语句中,错误的是A.const int buffer=256;B.const double *point;C.int const buffer=256;D.double * const point;

下列语句中,错误的是( )。A.const int buffer:256;B.const int temp;C.const double*point;D.const double*rt=new double(5.5);

下列语句中,错误的是( )。A.const int buffer=-256;B.const int temp;C.const double *point;D.const double *rt=new double(5.5);

下列语句中,错误的是( )。A.const int buffer=256;B.const int temp;C.const double *point;D.const double *rt=new double(5.5);

下列语句中,错误的是( )。A.const int buffer=256;B.const double*point;C.int const buffer=256;D.double*eonst point:

下列语句中,错误的是A.const int buffer=256;B.const int temp;C.const double *point;D.const double *rt=new double(5.5);

下列语句中,错误的是( )。A.const int buffer=256;B.const double *point;C.int const buffer=256;D.double *const point;

【单选题】下列语句中错误的是 。A.const int buffer= 256;B.const double * point;C.int const buffer= 256;D.double * const point;