Hi guys,
I am working on a two dimensional array to represent a matrix.
int matrix[i][j];
I need to swap all the values of matrix[1][1] to matrix[1][2] .
I am not sure how to do the swap, I did try to use for loop and matrix[1][j+1] , but it did not work.
Please help me if you could, your help is always appreciated.
regards
khalidxa