C Programs

List of Programs 
  1. The First C Program
  2. Use of new line character (\n)
  3. Use of all format specifiers
  4. Use of Arithmetic operators
  5. Program to illustrate type demotion
  6. Explicit Conversion of integer to float 
  7. Explicit Conversion of floats to integer
  8. Program to interchange the constants of num1 and num2.
  9. The sizeof operator program
  10. Bitwise logical Operators program 
  11. Program to check whether the number is equal to 10 or not  using conditional operator
  12. Calculating Area and Perimeter of Circle (Use const Keyword)
  13.  Program for check whether number equal to 10.
  14. Program for check whether number greater than 10 and less than 20.
  15. Program to check whether the number is equal to 10 or not 
  16. Program to check the validity of a Triangle
  17. Program to check whether the number is Even or Odd
  18. Program to check whether the year leap year or not
  19. Divisibility Test
  20. Program to input number of week's day and translate to its equivalent name of the day
  21. Program to find roots of quadratic equation
  22. Program to translate to its equivalent name of the month (1 - January 2 -February------12 - December)
  23. Program to check vowels
  24. Program to print numbers from 1 to 10  using goto statement
  25. Program to check whether numbers is even or odd using to goto statement
  26. Program to print numbers from 1 to 10 
  27. Program to print numbers  square from 1 to 10 
  28. Program to print cprogramminginhindi 10 times 
  29. Program to print numbers from 10 to 1
  30. Program to find sum of numbers from 1 to 10
  31. Program to find Factorial of a number
  32. Program to find   sum of even series (2+4+6.....................+20)
  33. Program to print the numbers of Fibonacci series
  34. Base Exponent program 
  35. Program to print this pattern of numbers
    1 2 3 4 5 
    1 2 3 4 5 
    1 2 3 4 5
    1 2 3 4 5 
    1 2 3 4 5
  36. 1 2  
    1 2 3 
    1 2 3 4  
    1 2 3 4 5
  37. Program to print this pattern of stars. 

    * * * * * 
    * * * * 
    * * * 
    * * 
  38. Program to print this pattern of numbers
    1     2
    3     4
    5     6
    7     8
    9     10
  39. 1. Addition
    2. Subtraction 
    3. Multiplication
    4. Division 
    5. Modulus 
  40. program to calculate the factorial of a number through function
  41. Program to calculate factorial using recursion
  42. Program base exponent using recursion
  43. Program to find maximum & minimum value



No comments:

Post a Comment