Home
About
Contact
Advertisement
Home
WAP IN C TO FIND AREA OF CIRCLE
WAP IN C TO FIND AREA OF CIRCLE
by
mrfurry
September 20, 2020
AREA OF CIRCLE
#include
<stdio.h>
#define
PI
3.14
int
main
()
{
float
a
,
r
;
printf
(
"enter the radius of circle
\n
"
);
scanf
(
"%f"
,&
r
);
a
=
PI
*
r
*
r
;
printf
(
"area of circle is %f"
,
a
);
return
(
0
);
}
Post a Comment
0 Comments
Featured post
WRITE A PROGRAM IN C LANGUAGE TO DELETION IN A LINKED LIST
June 12, 2021
Powered by Blogger
Home
About
Privacy
Contact
Sitemap
Ad Code
Ad Code
Report Abuse
About Me
mrfurry
View my complete profile
Search This Blog
June 2021
2
May 2021
4
December 2020
8
October 2020
1
September 2020
6
Home
AdSense
#ffffff
#202020
1x1
#ffffff
#1f2532
#3cc091
TextAndImage
Most Popular
Social Plugin
Popular Posts
WRITE A PROGRAM IN C LANGUAGE TO DELETION IN A LINKED LIST
June 12, 2021
WRITE A PROGRAM MAKE A ARRAY IN ABSTRACT DATA TYPE IN DATA STRUCTURE
December 24, 2020
Write a program to find out whether a student pass or fail.if it requires total 40% and at least 33% in all subject to pass assume there is 3 subjects
May 26, 2021
Subscribe Us
Facebook
0 Comments