| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
C Program to Calculate Area and Circumference of Circle
C Program to Calculate Area of Scalene Triangle
C Program to Calculate Area of Equilateral Triangle
C Program to Calculate Area of Right angle Triangle
C Program to Calculate Area of Rectangle
C Program to Calculate Area of Square
Program to convert temperature from degree centigrade to Fahrenheit.
Program to show swap of two no’s without using third variable.
Program to find greatest in 3 numbers.
Program to find that entered year is leap year or not.
Program to find whether given no is even or odd.
Program to calculate sum of numbers from m to n. (Hint: • Input two numbers m and n. • Find sum of all numbers from m to n. For example m=3 and n=8 then sum will be 3+4+5+6+7+8=33.)
Program to print Fibonacci series up to 100. • (Hint: Fibonacci Series is 1,1,2,3,5,8,13,21,…….}
Program to input a number and then calculate sum of its digits. (Hint: let number = 562. Then you should print 5+6+2=13.)
Program to find whether given number is a prime number or not.
Program to display sum of series 1+1/2+1/3+……….+1/n.
Program to display series and find sum of 1+3+5+……..+n.
Program to use switch statement. Display Monday to Sunday.
Program to display arithmetic operator using switch case.
Program to swap two values using functions.
Program to calculate area of a circle using functions
Display Fibonacci Series Using Recursion
Find G.C.D for two integers using recursion
Find sum of natural numbers using recursion
Calculate the x y using recursion
| Back | FazBrowse Home | New Git URL |