单项选择题

有以下程序 #include #define N 4 void fun(int a[ ][N],int b[ ]) { int i; for(i=0;i
A.1,2,3,4,
B.1,0,7,0,
C.1,4,5,9,
D.3,4,8,10,