Dharmendra

Dharmendra

C Program to Find Area of Rectangle

Area of Rectangle

In this example, We are going to find Area of Rectangle in C. The formula for calculating Area of any Rectangle is- area = a * b where a and is sides of rectangle program to find area of rectangle…

C Program to Find Area of Circle

Area of Circle

In this example, We are going to find area of circle. So firstly we should know formula for calculating Area of any Circle; Circle Area is the multiplication of square of radius and PI . Where PI is a constant…

C Program to Find Area of Triangle

Area of Triangle

In this example, We will understand how to find Area of Triangle. 1. Area of Right Angled Triangle We know the formula for area of right angled triangle is area = (p * b)/2 where p = perpendicular and b=…