C Programming Examples:

  1. Hello World
  2. Simple Calculation
  3. Sum of First n Even Number 
  4. Simple Interest
  5. If statement: Odd or Even
  6. If Statement: To identify if a number is positive or negative 
  7. If Statement: To check if a character is vowel or not 
  8. Fahrenheit to Centigrade Converter 
  9. Sum of First and Last Digit of Any 4 Digit Number 
  10. Interchange the Value of a and b 
  11. Multiplication Table 
  12. To Find Larger Number Among Three Number 
  13. To recognize lower and uppercase alphabet and convert lowercase to upper as well as uppercase to lowercase 
  14. To recognize lowercase and uppercase alphabets, digits and special characters. 
  15. To recognize lowercase and uppercase alphabets, digits and special characters using switch 
  16. Factorial Calculator 
  17. Sum of n natural numbers 
  18. Fibonacci Series 
  19. Positive and Negative number counter 
  20. Odd and Eevn number counter by using loop 
  21. Larger and Smaller number finder using for loop 
  22. To Check Palindrome number 
  23. To find sum of two number using function 
  24. To find simple interest using function 
  25. To find sum of natural numbers from 1 to n using function 
  26. To print multiplication table using function 
  27. To find factorial of any number using function 
  28. To find sum of two matrix