单项选择题

若有如下程序:
main()
iht a[3][4]=l,2,3,4,5,6,7,8,9);
printf("%d%d%d\n",a[0][2],a[1][3],a[2][3]);

则程序运行后的输出结果是( )。