EXAMPLES OF C BEGINNING TO END
- Hello world
- Print number 1 to 10
- Print big alphabets
- Print small alphabets
- Number is even or odd
- Print odd series
- Swap two number
- Swap two Number without using 3 temp variable
- To check leap year or not
- Conver year into days
- Big number in three
- Mutiply by addition
- Check bonus in salary
- Calculate gross salary
- Sum of all digits
- Sum of N number
- Sum of two number
- Print reverse of Number
- Number is palindrome or not
- Sum of all number divisible by 2
- Factor of a number
- Fibonacci series
- Check number is prime or not
- All prime number till n
- Number is armstrong or not
- All armstrong number till n
- Perfect number or not
- All perfect nuber till n
- Repeated digits in number or not
- Number is strong or not
- All strong number till n
- Check magic number
- All magic number till n
- Max prime number till n
- All prime number between two number
- Arranging of 1 and 0
- Arranging of 0 and 1
- Area
- Print sin value
- Print cosin value
- Print quardants of given co ordinate
- Roots of quardratic equation
- Simple calculator
- Calculate Si and all its terms
- Only SI
- Compound interest
- Calculate polynomial equation
- Calculate permutation value
- Calculate combination value
- Muliplicative inverse of number
- Happy number or not
- All happy number till n
- Check number is power of integer
- Mean,variance of number
- Display x and y value of simulatenous equation
- add (a + b)^2
- Add 2 polynomials
- Multiply 2 polynomial
- Add n Polynomial
- Distance between two points
- Find angles of triangle for given length of sides
- sum of series part 1
- sum of series part 2
- Find the sum of series in arithmetic expression
- Find the sum of series in geometry expression
- Sum of series 1^2..........
- Sum of series 1^2-2^2........
- Display series in AP along with sum of given common Difference and number of terms