题目 / 答案提交正确答案
以下程序的输出结果是()。 int main() { int a[5]={1,2,3}; printf(“%d
”,a[3]); }
A.0
B.1
C.3
D.随机值
正确答案:A
关键字 浏览量:次
上一篇:在C语言中常量’\n’和常量”ABC”在内存中占用的字节数分别是()。
下一篇:下面程序段的运行结果是()。 int x=3; do { printf(" %d\n",x -=2)
相关问题
【智慧树】以下程序的输出结果是()。 #include <stdio.h> #define MUL(x,y) (x)*
【智慧树】以下程序的输出结果是()。 int main(){ int i, k,a[10]={1,5,3,4,2,8,9,6,7,
【智慧树】以下程序的输出结果是()。 int main() { int a[5]={1,2,3}; printf(“%d\n”,a
【智慧树】以下程序的输出结果是()。 #include "stdio.h" int main() { int
【智慧树】以下程序的输出结果是()。 #include <stdio.h> int main(void) { int
【智慧树】以下程序的输出结果是()。 #include <stdio.h> int main() { int a[ ]
【智慧树】以下程序的输出结果是()。 #include <stdio.h> int main() { int a=1,