利用“一维指针数组”实现“二维数组”的求和操作 这两个空填什么啊

问题描述:

img

img

第一个空:p[i]=a[i];
第二个空:
if(j<COL-1) printf("%d ",a[i][j]);
else printf("%d",a[i][j]);