填空题
若有定义:int a[4][4]=l,2,3,4,0,4,6,8,10,1,3,5,7,则初始化后,a[2][2]得到的初值是______。
【参考答案】
H
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
若a是int型变量,则表达式(a=2*3,a*2),a+6的值为 ______。
点击查看答案&解析
填空题
以下程序的输出结果是______。 #include<stdio.h> main() int x=27; while(x>20&&x<30) x++; if(x 3)x++;break; else continue; printf( %d n ,x);
点击查看答案&解析
相关试题
下列程序的运行结果是______。 #de...
下列程序的输出结果是______。 #in...
函数fun的功能是计算xn。 double fun(do...
若有说明char s1[]= That girl ,s...
若有下列定义:int a[]=1,2,3,4...