填空题

以下程序运行后的输出结果是______。
#include<stdio.h>
main()
int i,j, a[][3]=1, 2, 3, 4, 5, 6, 7, 8, 9;
 for(i=0; i<3; i++)
  for(j=i; j<3; j++) printf("%d", a[i][j]);
 printf("\n");

答案: 123569
题目列表

你可能感兴趣的试题

填空题

如图所示二叉树的后序遍历的结果为______。

答案: EDBGHFCA
填空题

软件是______ 、数据和文档的集合。

答案: 程序
微信扫码免费搜题