EXAMPLES OF C BEGINNING TO END

  1. Hello world
  2. Print number 1 to 10
  3. Print big alphabets
  4. Print small alphabets
  5. Number is even or odd
  6. Print odd series
  7. Swap two number
  8. Swap two Number without using 3 temp variable
  9. To check leap year or not
  10. Conver year into days
  11. Big number in three
  12. Mutiply by addition
  13. Check bonus in salary
  14. Calculate gross salary
  15. Sum of all digits
  16. Sum of N number
  17. Sum of two number
  18. Print reverse of Number
  19. Number is palindrome or not
  20. Sum of all number divisible by 2
  21. Factor of a number
  22. Fibonacci series
  23. Check number is prime or not
  24. All prime number till n
  25. Number is armstrong or not
  26. All armstrong number till n
  27. Perfect number or not
  28. All perfect nuber till n
  29. Repeated digits in number or not
  30. Number is strong or not
  31. All strong number till n
  32. Check magic number
  33. All magic number till n
  34. Max prime number till n
  35. All prime number between two number
  36. Arranging of 1 and 0
  37. Arranging of 0 and 1
  38. Area
  39. Print sin value
  40. Print cosin value
  41. Print quardants of given co ordinate
  42. Roots of quardratic equation
  43. Simple calculator
  44. Calculate Si and all its terms
  45. Only SI
  46. Compound interest
  47. Calculate polynomial equation
  48. Calculate permutation value
  49. Calculate combination value
  50. Muliplicative inverse of number
  51. Happy number or not
  52. All happy number till n
  53. Check number is power of integer
  54. Mean,variance of number
  55. Display x and y value of simulatenous equation
  56. add (a + b)^2
  57. Add 2 polynomials
  58. Multiply 2 polynomial
  59. Add n Polynomial
  60. Distance between two points
  61. Find angles of triangle for given length of sides
  62. sum of series part 1
  63. sum of series part 2
  64. Find the sum of series in arithmetic expression
  65. Find the sum of series in geometry expression
  66. Sum of series 1^2..........
  67. Sum of series 1^2-2^2........
  68. Display series in AP along with sum of given common Difference and number of terms