Pointers with 2d arrays ......void row_sum(int q[3][3]) { int n[3] ; for (int l=0 ; l<=2 ; l++) n[l]= q[l][0] + q[l][...
Pointers with 2d arrays ...... void modify(int p[3][3]){ for(int a=0 ; a<=2 ; a++) for(int b=0 ; b<=2 ; b++) ...
Pointers with 2d arrays ......#include<iostream.h> #include<time.h> #include<stdlib.h> main () {int m[3][3]; srand(time(0)) ; f...
Pointers with 2d arrays ......Thats the problem . Our teacher didnt teach us how to swap 2d arrays to a function . So i googled it...
Pointers with 2d arrays ......http://www2.0zz0.com/2016/05/06/18/416072045.jpg Comeplete program for the pic please
This user does not accept Private Messages