Find The Area Of Circle

 include<stdio.h>

#define PI 3.14
int main()
{
	float r,a;
	printf("Enter the radius:\n");
	scanf("%f",&r);
	a=PI*r*r;
	printf("Area of Cirlcle is %2f",a);
	
	
	return 0;
}
Welcome to prgrmramit.blogspot.com! I'm Amit Singh, an expert in AI, Data Science, and Machine Learning. I created this blog to share practical insights and tips for those eager to learn and gro…

Post a Comment

Subscribe with Gmail


Premium By Raushan Design