What’s the reason behind passing 2d array without no of rows and only giving no of cols when the array is passed in function arguments…
As for eg. void func( int a [][100], int m,int n){
…
}
What’s the reason behind passing 2d array without no of rows and only giving no of cols when the array is passed in function arguments…
As for eg. void func( int a [][100], int m,int n){
…
}