#include<stdio.h>
#include<conio.h>
void main()
{
float r,area,pi=3.14;
clrscr();
 printf("Enter radius : ");
 scanf("%f",&r);
  area=pi*r*r;
 printf("Area of Circle : %f",area);
 getch();
}
INPUT
Enter radius : 5
OUTPUT
Area of Circle : 78.5

Leave a Reply

Subscribe to Posts | Subscribe to Comments

All Notes on BCA

All Notes  on BCA
BCA all subjects notes

Total Pageviews

Translate

Powered by Blogger.

Copyright © All Notes on BCA