当前位置: X题卡 > 所有题目 > 题目详情

对下列语句正确的描述是( )。 const int*x; //(1) int*const X; //(2)

查看本题答案

你可能感兴趣的试题

static  const  mutable  不需要填入内容  
语句(1)的含义是指针变量x不能更改  语句(2)的含义是指针变量x所指向的不能更改  语句(2)的含义是指针变量x不能更改  语句(1)和(2)是相同含义的不同定义方式  
语句1的含义是指针变量x不能更改  语句2的含义是指针变量x所指向的值不能更改  语句2的含义是指针变量x不能更改  语句1和语句2含义是相同的  
语句1的含义是指针变量x不能更改  语句2的含义是指针变量x所指向的值不能更改  语句2的含义是指针变量x不能更改  语句1和语句2含义是相同的  
const int buffe=256;  const double *point;  int const buffer=256;  double *const point;  
程序编译正确  程序编译时语句①出错  程序编译时语句②出错  程序编译时语句③出错  
const int buffer=256;  const double*point;  int const buffer=256;  double*const point;  
const int buffei=256;  const double*point;  int const buffer=256;  double*const point:;  
该语句不允许定义为int const x=10;  在程序中可以重新对X赋值  变量X不能使用+ +运算符  const关键字只能用来修饰常量  
const int a;  const int a=10;  const int*point=0;  const int*point=new int(10);  
static  const  mutable  不需要填入内容  
char:a b c;  chara;b;c;  intx;z;  intx,z;  
语句(1)的含义是指针变量x不能更改  语句(2)的含义是指针变量x所指向的不能更改  语句(2)的含义是指针变量x不能更改  语句(1)和(2)是相同含义的不同定义方式  
const int a;  const int a=10;  const int*point=0;  const int*point=new int(10);  
语句(1)的含义是指针变量x不能更改  语句(2)的含义是指针变量x所指向的不能更改  语句(2)的含义是指针变量x不能更改  语句(1)和(2)是相同含义的不同定义方式  
语句(1)的含义是指针变量x不能更改  语句(2)的含义是指针变量x所指向的不能更改  语句(2)的含义是指针变量x不能更改  语句(1)和(2)是相同含义的不同定义方式  

热门试题

更多