Matrix program

palindrome program in c

Problem Statement Write a program to check whether the given matrix is palindrome or not. Solution   #include<stdio.h> //h…

anticlockwise rotation matrix

Anticlockwise Matrix Rotation Program In this c program we are going to see how to rotate the matrix in anticlockwise by using c…

clockwise rotation matrix

Matrix Rotation Clockwise In this c program we are going to see how to rotate the matrix in clockwise direction by 90 degrees. S…

That is All