for(j=i;j<3;j++) printf(“%d%,a[i][j]);
printf("\n");
}
程序运行后的输出结果是 【9】 。
(10)有以下程序
#include
main()&
&