Summary
Keywords
Full Transcript
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 http://www.LearningLad.com Watch Video tutorials in HINDI at http://www.youtube.com/user/LearningLadHindi Catch us on SocialMedia facebook http://www.facebook.com/LearningLad twitter http://www.twitter.com/LearningLadEdu Google+ http://www.google.com/+LearningLad
