C program to find perimeter of a rectangle
The perimeter of a rectangle is the total length of all the sides of the rectangle. Hence, we can find the perimeter by adding all four sides of a rectangle. Perimeter of the given rectangle is l + w + l + w = 2 * (l + w).
Flow chart