题目 / 答案提交正确答案
下面程序的运行结果是______。#include<stdio.h>main(){inta[3][3]={1,2,3,4,5,6,7,8,9},i;for(i=0;i<=2;i++)printf("%d",a[2-i]);}
A.357
B.369
C.159
D.147
正确答案:A
关键字 浏览量:次
上一篇:数组在定义时可以不指定数组的长度,可根据程序中实际使用的元素个数决定。
下一篇:以下程序的执行结果为________。#include"stdio.h"floatfun(intx,
相关问题
【智慧树】下面程序的运行结果是 ()。 char c[6]={'a','b','\0
【智慧树】下面程序的运行结果是()。 struct st { int n; int a[20]; }; void f(int *a
【智慧树】下面程序的运行结果是()。 #include <stdio.h> #include <string.h
【智慧树】下面程序的运行结果是()。 #include <stdio.h> union data { int i; c
【智慧树】以下下面程序的运行结果是()。 #include <stdio.h> int main() { int a=
【智慧树】下面程序的运行结果是()。 #include <stdio.h> int main() { int i; f
【智慧树】下面程序的运行结果是 ()。 char c[6]={'a','b','\0
【智慧树】下面程序的运行结果是()。#include<stdio.h>intmain(){staticchara[]=