C Program to find greatest in 3 numbers
C Program to find greatest in 3 numbers [crayon-6481c29546e98735933365/] Output : [crayon-6481c29546ea2980913162/]
C Program to find greatest in 3 numbers [crayon-6481c29546e98735933365/] Output : [crayon-6481c29546ea2980913162/]
C Program to calculate gross salary of a person. [crayon-6481c29547767367690761/] Output : [crayon-6481c2954776f713332805/]
[crayon-6481c29547aa8010696853/] Output : [crayon-6481c29547abb670666850/]
C Program to calculate sum of 5 subjects and find percentage [crayon-6481c29548096333335618/] Output : [crayon-6481c2954809c666264506/]
C Program to find the simple interest [crayon-6481c29548574420040764/] Output : [crayon-6481c2954857b980374729/]
C Program to find area and circumference of circle [crayon-6481c29548a49971750321/] Output : [crayon-6481c29548a5b469684982/] 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-6481c29548a5e025024575/] and [crayon-6481c29548a61547815552/] 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-6481c29548a64136576323/] 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-6481c29548f8b117104520/] Output : [crayon-6481c29548f92208978016/]