C programs
- Hello World Program in C
- Print 1 to 100 numbers in C
- C program to print alphabets
- Factorial of a Number
- C program to calculate Fibonacci Series
- C program to check year is a leap year or not
- Check Given string is Palindrome string using a string function
- Infix to postfix conversion using stack
- Infix to prefix using stack
- C Program to convert Fahrenheit to Celsius and Fahrenheit to Kelvin
- C programs to print alphabetic patterns
- C programs to print number pattern
- C program to remove vowels from a string
- C program to count occurrences of a word in a string
- C Program to Calculate Permutation and Combination
- C program for priority queue
- Calculator program in C
- C Program to Convert Days into Years, Weeks and Days
- C program to check whether a number is even or odd
- Love calculator program in C
- C Program to print odd numbers till N
- C Program to Reverse a Number
- C Program to Convert String Lowercase to Uppercase And Vice Versa without using string function
- C Program to find sum of all digits in number
- C program swap two numbers
- C program to check person is eligible for voting or not
- C Program to Implement a TIC TAC TOE game
- C program for addition of two numbers
- C Program to Calculate Gross Salary
- C program to count the number of vowels in string
- C program to Compare Two Strings without using strcmp()
- C Program to swap two numbers without using third variable
- C program to Concatenate Two Strings without using strcat()
- C program to check whether entered character is vowel or not
- Program to find character frequency in string
- C program to multiply two numbers without using multiplication operator
- C Program to Check Whether a Number is Palindrome or Not
- C Program to Check Whether a Number is Prime or not
- Program to find length of string in c
- Program for String reverse without using string function
- C program to find sum of n numbers
- C program to find area of different shapes
- C program to check whether number is Armstrong number or not
- Program to print Armstrong numbers between 1 to 1000
- C program to find average of N numbers using an array
- C program to find compound interest
- C program to count number of white spaces in string
- Program for factorial using recursion
- C program to find the frequency of occurrence of digit in the given number
- C program to find simple interest
- C program to compare two strings using strcmp
- C program to find length of the string using strlen
- C program to reverse a string using strrev
- C program to swap two strings in c
- C Program to sort names in alphabetical order
- C program to find maximum and minimum element in an array
- C program to print prime numbers till N
- C program to find sum of positive and negative numbers
- C program to convert upper to lower case and vice versa using a string function
- C Program to Insert an Element in a Specified Position in a given Array
- Linear search program in c
- Binary search program in c
- C program to sort array in ascending order
- C program to sort array in descending order
- Bubble sort program in c
- Selection sort program in c
- Fibonacci series Using recursion in C
- C Program to Find the Largest Two Numbers in a given Array
- C program to merge two arrays
- Program to reverse array in c
- C program to separate even and odd numbers in array
- Decimal to binary conversion in c
- C program for matrix addition
- C program for matrix subtraction
- C program for matrix multiplication
- C program for matrix transpose
- C program for Tower of Hanoi