下列语句中,错误的是( )。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);


相关考题:

若有以下函数首部int fun(double x[10], int *n)则下面针对此函数的函数声明语句中正确的是A)int fun(double x, int *n);B)int fun(double , int );C)int fun(double *x, int n);D)int fun(double *, int *);

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

下列定义变量的语句中正确的是( )。A)int _int; B)double 3int_;C)char for; D)float US;

( 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;

若有以下函数首部: int fun(double x[10],int *n) 则下面针对此函数的函数声明语句中正确的是( )。A.int fun(double x, int *n);B.int fun(double, int);C.int fun(double *x, int n);D.int fun(double*, int*);

若有以下函数首部int fun (double x[10],int *n)则下面针对此函数的函数声明语句中正确的是A.int fun(double x, int *n);B.int fun(double , int);C.int fun(double *x, int n);D.int fun(double *, int *);

下列语句中,错误的是( )。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 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;