C program to calculate the area of a circle

In this video, we are performing a simple C program, to calculate the area of a circle. This program is a simple formula-based program, so, to calculate the area of a circle, we need to use a simple formula. Also, we would need the value of pi as a constant. You can also try to perform this simple program, and also try other formula-based programs in C.

C program to calculate the area of a circle

 I hope you find this video ‘C program to calculate the area of a circle’ helpful for you