C program to calculate area of circle using pointer

C program to calculate area of circle using pointer

Output:

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

Implementation: