C Program to find greatest in 3 numbers
C Program to find greatest in 3 numbers [crayon-628630d2609a1999005283/] Output : [crayon-628630d2609ac385515905/]
C Program to find greatest in 3 numbers [crayon-628630d2609a1999005283/] Output : [crayon-628630d2609ac385515905/]
C Program to calculate gross salary of a person. [crayon-628630d2613fa106452277/] Output : [crayon-628630d261401597902233/]
[crayon-628630d261796321717124/] Output : [crayon-628630d26179d453585623/]
C Program to calculate sum of 5 subjects and find percentage [crayon-628630d261d97709864161/] Output : [crayon-628630d261d9e902170408/]
C Program to find the simple interest [crayon-628630d262363605278354/] Output : [crayon-628630d26236a895319871/]
C Program to find area and circumference of circle [crayon-628630d26293c643801557/] Output : [crayon-628630d262943639009717/] Explanation of Program : In this program we have to calculate the area and circumference of the circle. We have following 2 formulas for finding circumference and area of circle. [crayon-628630d262946569262440/] and [crayon-628630d262949734253034/] In the above program we have declared the floating point variable PI whose value is defaulted to 3.14.We are accepting the radius from user. [crayon-628630d26294c298711611/] Download C Program : [box style="download"]Download Area Of Circle Program | Right Click and Save As[/box]
Program : C Program to find sum of two numbers [crayon-628630d262f83005797460/] Output : [crayon-628630d262f8a900122522/]