单项选择题

有以下程序
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]);
}
程序执行后的输出结果是()。

A.753
B.357
C.369
D.751