C语言如何输入一个m*n的数组,m、n都从键盘输入1.定义需要的变量必须预测数组的大小,这里较大的值为20:intm,n,i,jinta[20][20];首先,使用scanf函数;代码如下:print...