网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
下列合法的声明语句是( )。
A.int_abc=50;
B.double int=3+5e2.5;
C.long do=1L;
D.float 3_asd=3e-3:
参考答案
更多 “ 下列合法的声明语句是( )。A.int_abc=50;B.double int=3+5e2.5;C.long do=1L;D.float 3_asd=3e-3: ” 相关考题
考题
已知程序中已经定义了函数test,其原型是int test(int,int,int);,则下列重载形式中正确的是A.char test (int,int,int);B.double test(int,int,double);C.int test(int,int,int=O);D.float test(int,int,float=3.5F);
考题
已经语句int m=10;则下列表示引用的表示中正确的是()。A.int x=m;B.int y=10;C.int x=m;B.int y=10;C.int z;D.float t=8m;
考题
下面声明和赋值语句中,错误的是( )。A.float z=6.56;B.double d=3.1415;C.boolean truth=true;D.String str="bye";
考题
已知n是一个int型变量,下列语句中错误的是( )。A.long*p=new long[n];B.long p[n];C.long*p=new long(n);D.long p[10];
考题
以下正确的函数原型语句是(48)。A.double fun(int x,int y);B.double fun(int x;int y);C.double fun(int,int);D.double fun(int x,y);
考题
假设有下列声明语句: int i,j; float x,y; double u,v; 下面______个赋值是合法的? ( )A.i=x;B.x=u+y;C.x=23.4+j*y;D.v=(int)x;
考题
已知函数fun的原型为int fun(int,int,int);下列重载函数原型中错误的是A.char fun(int,int);B.double fun(int,int,double);C.int fun(int,char木);D.float fun(int,int,int);
考题
下列变量定义中,合法的是______。A.short_a=1-.le-1;B.double b=1+5e2.5;C.long do=0xfdaL;D.float2_and=l-e-3;
考题
现有一个int类型的整数和一个double类型的浮点数,当它们之间做了加法运算之后,得到的结果类型应该是______。A.int类型B.double类型C.10ng类型D.float类型
考题
下列语句中正确的是()。A.int * p;i=8; p=i;B.int * p,i; p=i;C.float * p;int i;p=i=8; p=i;B.int * p,i; p=i;C.float * p;int i;p=(float)i;D.float * p;cout<<* p;
考题
下面哪一个是合法的数组声明和构造语句()A、 int[] ages = [100];B、 int ages = new int[100];C、 int[] ages = new int[100];D、 int() ages = new int(100);
考题
单选题下面哪一个是合法的数组声明和构造语句()A
int[]ages=[100];B
int ages=new int[100];C
int[]ages=new int[100];D
int()ages=new int(100);
考题
单选题下面哪一个是合法的数组声明和构造语句()A
int[] ages = [100];B
int ages = new int[100];C
int[] ages = new int[100];D
int() ages = new int(100);
热门标签
最新试卷