C Programming Exercise - Program to Find Area and Circumference of a Circle

preview_player
Показать описание
In this c, cpp programming language video tutorial / lecture for beginners, you will learn how to write a c program to find area and circumference of a circle using a c / cpp programming language with example.

Here in this tutorial the user will enter the value of the radius of the circle and depending on that input we will calculate the area of the circle using the formula Area = PI * radius * radius and the circumference of the circle using the formula Circumference = 2 * PI * radius, where PI = 3.14.

Get the source code of this tutorial at our website

Watch Video tutorials in HINDI at

Catch us on SocialMedia
Рекомендации по теме
Комментарии
Автор

Great video and very clear explanation. Thank you for sharing!

edmundcastellanos
Автор

Nice video. A good idea would be that you post some programming excercises(e.g. on your Facebook page), for the viewers to solve on their own, and publish the solution afterwards.

gusp
Автор

Who is here after getting a assignment from your school 😂😂😂

cutepetswonderland
Автор

When I did it shows error in 8th point
How is it possible?

VijayKumar-gocr
Автор

If you are entering 3 as a radius then should not it be scanf("%d", and radius)

subodhpokhrel
Автор

calculates 65^3+√625+pi program in c language

hamzashareef