C Programming Examples:
- Hello World
- Simple Calculation
- Sum of First n Even Number
- Simple Interest
- If statement: Odd or Even
- If Statement: To identify if a number is positive or negative
- If Statement: To check if a character is vowel or not
- Fahrenheit to Centigrade Converter
- Sum of First and Last Digit of Any 4 Digit Number
- Interchange the Value of a and b
- Multiplication Table
- To Find Larger Number Among Three Number
- To recognize lower and uppercase alphabet and convert lowercase to upper as well as uppercase to lowercase
- To recognize lowercase and uppercase alphabets, digits and special characters.
- To recognize lowercase and uppercase alphabets, digits and special characters using switch
- Factorial Calculator
- Sum of n natural numbers
- Fibonacci Series
- Positive and Negative number counter
- Odd and Eevn number counter by using loop
- Larger and Smaller number finder using for loop
- To Check Palindrome number
- To find sum of two number using function
- To find simple interest using function
- To find sum of natural numbers from 1 to n using function
- To print multiplication table using function
- To find factorial of any number using function
- To find sum of two matrix

0 Comments