C program to calculate area of circle

C program to calculate area of circle

Output:

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

Implementation: