网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
[’a’,’b’]+[1,2,3]的结果是()
A
[’a’,’b’]
B
[1,2,3]
C
[’a’,’b’,1,2,3]
D
[]
参考答案
参考解析
解析:
暂无解析
更多 “单选题[’a’,’b’]+[1,2,3]的结果是()A [’a’,’b’]B [1,2,3]C [’a’,’b’,1,2,3]D []” 相关考题
考题
以下错误的定义语句是A)int x[][3]={{0},{1},{1,2,3}};B)int x[4][3]={{1,2,3},{1,2,3},{1,2,3},{1,2,3}};C)int x[4][]={{1,2,3},{1,2,3},{1,2,3},{1,2,3}};D)int x[][3]={1,2,3,4};
考题
下列错误的定义语句是( )。A.int x[ ][3]={{0},{1},{1,2,3}};B.int x[4][3]={{1,2,3},{1,2,3},{1,2,3},{1,2,3}};C.int x[4][ ]={{1,2,3},{1,2,3},{1,2,3},{1,2,3}};D.int x[ ][3]={1,2,3,4};
考题
下列程序的输出结果是()。inclUdemain(){inta[2][3]={{1,2,3},{4,5,6}},(*p)[3],i;p=a;
下列程序的输出结果是( )。 #inclUde<stdio.h> main() { inta[2][3]={{1,2,3},{4,5,6}},(*p)[3],i; p=a; for(i=0;i<3;i++) { if(i<2) p[1][i]=p[1][i]-1; else p[1][i]=1; } printf("%d\n",a[0][1]+a[1][1]+a[1][2]; }A.15B.10C.7D.8
考题
下列程序的输出结果是( ) struct abc { int a,b,c;}; main() { struct abc s[2]={{1,2,3},{4,5,6}}; int t; t=s[0].a+s[1].b; printf("%d\n",t); }A.3B.4C.5D.6
考题
下列程序的输出结果是()。includestruct abc{int a, b, c, s;};main(){struct abc s[2]
下列程序的输出结果是( )。 #include <stdio.h> struct abc { int a, b, c, s;}; main() { struct abc s[2]={{1,2,3},{4,5,6}}; int t; t=s[0].a+s[1].b; printf("%d\n",t); }A.5B.6C.7D.8
考题
有以下程序: 程序运行后的输出结果是( )。 A.3,3,3B.2,2,3C.1,2,3
有以下程序:程序运行后的输出结果是( )。A.3,3,3B.2,2,3C.1,2,3D.1,l,3
考题
下列程序的输出结果是()。includevoid main(){int a=0,b=1,c=2;if(++a>0‖++b>0)++C;pri
下列程序的输出结果是( )。 #include<stdio.h> void main() { int a=0,b=1,c=2; if(++a>0‖++b>0) ++C; printf("%d,%d,%d",a,b,c); }A.0,1,2B.1,2,3C.1,1,3D.1,2,2
考题
运行下列程序时,若输入的数据为“1,2,3”,则输出结果是( )。A.1.00 2.00 3.00B.1.00 3.00 2.00C.1 3 2D.3.00000 2.00000 1.00000
考题
单选题以下错误的定义语句是( )。A
int x[][3]={{0},{1},{1,2,3}};B
int x[4][3]={{1,2,3},{1,2,3},{1,2,3},{1,2,3}};C
int x[4][]={{1,2,3},{1,2,3},{1,2,3},{1,2,3}};D
int x[][3]={1,2,3,4};
考题
单选题下面程序的输出结果是() main() {int a〔 〕={1,2,3},s,b,*p; S=l: P=a: for(b=0;b3.b++) s*=*(p+b); printf(”s=%d\n”,s);}A
s=lB
s=2C
s=3D
s=6
考题
单选题[1,2,3]+[4,5,1]的结果是()A
[1,2,3,4,5]B
[1,1,2,3,4,5]C
[1,2,3,4,5,1]D
[1,2,3]
热门标签
最新试卷