#include using namespace std; void printArray(int a[][5],int m,int n){ /// Rowwise for(int i=0;i>m>>n; for(int i=0;i>a[i][j]; } } /// Rowwise for(int i=0;i