Meri kalam se
Wednesday, 16 February 2022
Area of a circle in C
#include
<stdio.h>
int
main
()
{
int
radius
=
34
;
float
pi
=
3.14
;
printf
(
"The area of a circle is:
%f
"
,
pi
*
radius
*
radius
);
return
0
;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment