单选题 有以下程序 main() { int i,t[][3]={9,8,7,6,5,4,3,2,1}; for(i=0;i<3;i++) printf("%d",t[2-i][i]); } 程序的执行后的输出结果是( )。
【正确答案】
【答案解析】