for(i=0;i<4;i++)printf(“%d,”,a[0][ i ]);
}
程序运行后的输出结果是
A)6,2,1,1, B)6,4,3,2, C)1,1,2,6, D)2,3,4,6,
(36) 有以下程序
void&nb