Skip to main content

Area of rectangle

#include<stdio.h>
#include<conio.h>
{
clrscr();
int l=10,b=5;
int area=a+b;
printf("Area = %d",area);
getch();
}

Comments

Popular posts from this blog