C语言函数编程题解答
1.写一个函数使给定的一个3*3的二维数组转置。 #include <stdio.h>void turn( ); main( ){ int a[3][