C program to calculate area and perimeter of rectangle
Output:
Enter the length of the rectangle: 25
Enter the width of the rectangle: 25
The area of rectangle with length=25 & width=25 is 625
The perimeter of rectangle with length=25 & width=25 is 100
Implementation: