Saturday, January 14, 2012

AREA OF CIRCLE


#include<stdio.h>
#include<conio.h>
void main()
{
float r,s,area;
clrscr();
printf("Enter the radius of circle= ");
scanf("%f",&r);
s=r*r;
area=3.14*s;
printf("\narea of circle is= %f",area);
getch();
}

1 comment:

  1. Looking for a hassle-free pathway to secure a seat at Vydehi Medical College? College Dhundo offers valuable insights on "Direct Admission In Vydehi Medical College Direct Admission In Vydehi Medical College Explore this informative resource to simplify your admission process and achieve your medical education goals.

    ReplyDelete