Tag Archives: c program to find area and perimeter of circle

C program to calculate area and perimeter of a Cirlce…!!!

In our earlier post we calculated the area and perimeter of a circle.In this post we are dealing with calculating the area and perimeter of a circle. The main input for calculating area and perimeter of a circle is radius … Continue reading

Posted in C | Tagged , , , , | 4 Comments

C program to calculate area and perimeter of a Rectangle…!!!

In this tutorial we are going to write a program to calculate area and perimeter of a rectangle.Here we are going to use input and output statement for programming. 1.The main input of this program is length and breadth of … Continue reading

Posted in C | Tagged , | 3 Comments