Posts

Showing posts with the label Matrix programs

Rotate matrix by 90 degrees In place C Program

Simple C program to rotate matrix by 90 degrees.

Print matrix by 90 degrees rotation C program

Given a matrix. Rotate it by 90 degrees.

Print a matrix in the wave form C program

Image
You are given a matrix arr[m][n] then print it in the wave form as given in the image.