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

已知有定义 const int D=5; int i=1; double f=0.32; char c=15; 则下列选项错误的是

查看本题答案

你可能感兴趣的试题

x=5;int num[x];  const iht x=5;float num[x];  const float x=5;int num[x];  const int x;x=5;intnum[x];  
x=5;int num;  const iht x=5;float num;  const float x=5;int num;  const int x;x=5;intnum;  
int a=5;int x[a];  const int a=5;int x[a];  i  const int n=5;int *p=new int [a];  
const int *p;  int *const p;  const int *const p;  int *p;  
函数getK试图访问基类的私有成员变量k  在类MyDerived的定义中,基类名MyBase前缺少关键字public、protected或pfivate  类MyDerived缺少一个无参的构造函数  类MyDerived的构造函数没有对基类数据成员k进行初始化  
const int *p;  int * const p;  const int * const p;  int *p;  
const int* p;  int* const p;  const int*const p;  int*p;  

热门试题

更多