ADVT POST

area of rectangle c program Area of Rectangle

area of rectangle c program Area of Rectangle

 

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int l,b,a;
l=10;
b=20;
a=l*b;
printf("%d",a);
getch();
}

Share on Google Plus
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.