单项选择题

出下列程序执行后的输出结果是 ______。
mare()
int m[][3]=1,4,7,2,5,8,3,6,9;
int i,k=2;
for(i]0;i<3;i++)
printf(("%d",m[k][i]);

A.456
B.258
C.369
D.789