下列语句中,错误的是( )。
A.const int buffer=-256;
B.const int temp;
C.const double *point;
D.const double *rt=new double(5.5);
第1题:
下列语句中,错误的是
A.const int buffer=256;
B.const double *point;
C.int const buffer=256;
D.double * const point;
第2题:
若有以下函数首部
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 *);
第3题:
下列语句中,错误的是( )。
A.const int buffer=256;
B.const double *point;
C.int const buffer=256;
D.double *const point;
第4题:
若有以下函数首部: 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*);
第5题:
下列语句中,错误的是( )。
A.const int buffer=256;
B.const double*point;
C.int const buffer=256;
D.double*eonst point:
第6题:
【单选题】下列语句中错误的是 。
A.const int buffer= 256;
B.const double * point;
C.int const buffer= 256;
D.double * const point;