This source code will help user to rotate the square matrix by 90 degree in clockwise direction.
Many programmers come across this problem of matrix. This source code will help the user to rotate the matrix by 90 degree in clockwise direction. This code follows the following steps
ALGORITHM
1. Enter the rows and columns. The rows and columns should be equal as it is valid only for square matrix.
2. Enter the matrix. You can enter numbers that you want in your matrix. After that it will print your matrix.
3. The compiler will rotate the matrix by 90 degree, 1st row will become last column etc.
Submitted by Siddharth Arora (Siddharth)
Download packets of source code on Coders Packet
Comments