Write a program to find the area of rectangle

#include<stdio.h> #include<conio.h> void main () {     int l , b , r , ar , cr , ac , cc ;     printf ( "Enter the le...
Read More →