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…
Problem Statement Write a program to check whether the given matrix is palindrome or not. Solution #include<stdio.h> //h…
Anticlockwise Matrix Rotation Program In this c program we are going to see how to rotate the matrix in anticlockwise by using c…
Matrix Rotation Clockwise In this c program we are going to see how to rotate the matrix in clockwise direction by 90 degrees. S…