C program to calculate area and circumference of circleC program to calculate area and circumference of circle

C program to calculate area and circumference of circle

Output:

Enter the radius of the circle: 2
The Area of Circle with radius 2.000000 is 12.560000

The Circumference of Circle with radius 2.000000 is 12.560000

Implementation: