题目 / 答案提交正确答案
程序运行后的输出结果是()。#include<stdio.h>main(){intb[3][3]={0,1,2,0,1,2,0,1,2};inti,j,t=1;for(i=0;i<3;i++)for(j=i;j<=i;j++)t+=b[b[j]];printf("%d
",t);}
A.1
B.3
C.4
D.9
正确答案:C
关键字 浏览量:次
上一篇:下面是对s的初始化,其中不正确的是()。
下一篇:程序运行后的输出结果是()。#include<stdio.h>#include<string.h>
相关问题
【智慧树】以下程序运行后的输出结果是()。 #include <stdio.h> struct S {int n; i
【智慧树】有以下程序运行后的输出结果是()。 int main(){int aa[4][4]={{1,2,3,4}, {5,6,7
【智慧树】以下程序运行后的输出结果是()。 int main() { int i,j; char a[ ]={‘a’,‘b’,‘c
【智慧树】程序运行后的输出结果是()。#include<stdio.h>#include<string.h>
【智慧树】以下程序运行后的输出结果是________。#include"stdio.h"intf(intx);