List of Programs in C
Basic, Control Statements and Looping
- C program to print "Hello".
- C program to add two numbers.
- C program to make a simple calculator.
- C program to design calculator with basic operations using a switch.
- C Program to print first 20 natural numbers.
- C Program to find sum of numbers from 1 to 100.
- C Program to arrange integer numbers in ascending order.
- C program for calculating simple interest.
- C Program to find compound interest.
- C program to find the largest number out of three numbers.
- C program to find even or odd numbers.
- C Program to print pyramid/triangle as using "M"
- C Program to print Multiplication table using a do-while loop.
- C Program to print Multiplication table using while loop.
- C program to find factorial using for loop.
- C program to calculate factorial using "while loop".
- C program to calculate factorial using "function".
- C program to find HCF and LCM of two integers.
- C program to convert decimal to binary numbers.
- C program to find the sum of all the digits of a number.
- C Program to make a simple calculator (To perform +, -, *, / operations).
- Calculator Program in C using do-while loop and switch statement.
- C Program to print Floyd’s Triangle Number Pattern Using Nested For loop.
- C Program to find vowels, consonants, space, and special characters in a string.