Question: Write a program that reads in the radius of a circle and prints the circle’s diameter, circumference and area. Use the constant value 3.14159 for π. Perform each of these calculations inside the printf statement(s) and use the conversion specifier %f.

Diameter, circumference, area of a  circle c program calculator
Program Output

Click here to see other solutions to Deitel C How To Program exercises.

Write A Comment