C Program to Find Area of Circle

Advertisements

Prev Tutorial Next Tutorial

Find Area of Circle Program in C

For calculate area of circle you need radius of circle and apply below formula;

Formula

area of circle = 3.14*(radius*radius);

program to find area of circle

#include<stdio.h>
#include<conio.h>

void main()
{
int radius;
float area_circle=0;
clrscr();
printf("Enter radius of circle: ");
scanf("%d",&radius);
area_circle=3.14*(radius*radius);
printf("\nArea of Circle: %f",area_circle);
getch();
}

Output

Enter radius of circle: 5
Area of Circle: 78.5

Prev Tutorial Next Tutorial

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements