info@avatto.com
+91-9920808017
0. The following program fragment int x[5][5], i, j; for (i = 0; i < 5, ++i;) for(j = 0; j < 5 ; j++) x[i][j] = x[j][i];
transposes the given matrix x
makes the given matrix x, symmetric
doesn't alter the matrix x
none of the above
You must be logged in to post a comment.
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login
You must be logged in to post a comment.