answersLogoWhite

0


Best Answer

Learn C Programming and geometry. It will be easy when you know both.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a c program to find the area and perimeter of circle?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write a program to find the area of circle in c?

PROGRAM TO FIND AREA & PERIMETER OF CIRCLE IN C++#include #include void main(){clrscr();double rad, area, perimeter;coutrad;area=3.14*rad*rad;perimeter=2*3.14*rad;cout


What is a c program to find the area and perimeter of circle?

void main() { float pi=3.14,area,perimeter,r=2; area=pi*r*r; perimeter=2*pi*r; getch(); }


Write a program to calculate the area of a circle The equation to determine the area of a circle is area equals 3.1416radiusradius Assume that the circle has a radius of 4 inches?

Rewrite the above program so that the program accepts any value for the radius then recalculate the area of the circle.


Find the area and perimeter of a given circle?

If 'R' is the radius of the circle, then-- area of the circle is [ pi R2]-- perimeter of the circle is [ 2 pi R ]


Is surcumference area or perimeter?

The perimeter of a circle is its circumference


What is area of circle if perimeter of circle is 12.56RR?

Area of any circle = pi*radius2


Can you measure the perimeter or area of a circle?

Of a circle,the area is: Pi * r^2,perimeter is: 2* Pi * rWhere, r is the distance from the circle's center to the perimeter, and Pi is a constant: Pi ~ 3.14.


Is there a circle with the same perimeter as area?

no


Does circumferenca mean area of a circle?

No, it means the perimeter of the circle.


What is the least area if the perimeter is 40?

zero is the least area and the max area, is of a circle of perimeter 40 .....


Which has greater area circle or square?

For a given perimeter, the circle has the largest area possible.


What is the area of a circle with perimeter of 1000m?

Using 3.14 as Pi the area of circle is: 0