Avinash Maurya | Full Stack Web Developer

columns, you have to write a program to rotate this matrix such that each element is shifted by one place in a clockwise manner.For example, given the following matrix1 2 34 5 67 8 9The output should be4 1 27 5 38 9 6Input Format:The first line of the input contains a number n representing the number of rows and columns.After this, there are ................
................