C Program to Calculate Area and Circumference of circle


C Program to find area and circumference of circle

Output :

Explanation of Program :

In this program we have to calculate the area and circumference of the circle. We have following 2 formulas for finding circumference and area of circle.

and

In the above program we have declared the floating point variable PI whose value is defaulted to 3.14.We are accepting the radius from user.

Download C Program :

[box style=”download”]Download Area Of Circle Program | Right Click and Save As[/box]