2d matrix allocation can u explain the line int ( *p )[10] = new int[n][10];
2d matrix allocation how do i enter elements in this matrix ? suppose i have to such matrices ,how do i add them ?
2d matrix allocation please tell how to dynamically allocate a 2-d array usning new operator
This user does not accept Private Messages