In this Video Tutorial you will learn to write a Program to find the Area of a Circle using the Radius in C Programming Language.
Here we are asking the user to enter the radius of the circle and then we are calculating the area using the formulae
Area = PI * radius * radius
please give feedback after watching this video.......
Like, Comments, Share and SUBSCRIBE
Here we are getting the Pi value fro the math.h header
file (M_PI)