WAP to find the perimeter
of circle
Answers
Answered by
0
Answer:
Write a C program to find circumference and area of a circle.
WAP in C to find circumference and area of circle when radius is given.To find the circumference and area of circle, we will first take radius of circle as input from user using scanf function and then calculate area and perimeter of circle using following formulae.
Similar questions