网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

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

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;