C Programs with Output

This page contains a list of C programs and examples with output.
Check out 100+ C programming source code examples.

C Programs with Output 

  1. Binary Search Tree Program in C
  2. Insertion Sort Program in C
  3. Heap Sort Program in C
  4. Binary Search Program in C
  5. Multiple Threads in C with Example
  6. Create Thread in C with Example
  7. C Program to Find Transpose of a Matrix Using Pointers
  8. C Program to Find the Largest Value in an Array Using Pointers
  9. C Program to Reverse a String Using Pointers
  10. C Program to Find Minimum and Maximum Number in an Array
  11. C Program to Find GCD of Two Numbers Using Recursion
  12. C Program to Count Vowels and Consonants in a String
  13. C Program to Display Count of Each Character in a String
  14. C Program to Find the First Repeated Character in a String
  15. C Program to Check String Is Palindrome or Not
  16. C Program to Find Unique Elements in an Array
  17. C Program to Check Whether a Matrix Is Sparse or Not
  18. C Program to Merge Two-Sorted Arrays
  19. C Program to Multiply Two Matrices
  20. C Program to Insert an Element in an Array
  21. C Program to Find Difference Between Two Arrays
  22. C Program to Delete an Element in an Array

C Programs for CSE or IT

  1. Write a C Program to Find the Sum and Average of Three Numbers
  2. Write a C Program to Find the Sum of Individual Digits of a Positive Integer
  3. Write a C Program to Generate the First N Terms of the Sequence
  4. Write a C Program to Generate All Prime Numbers Between 1 and N
  5. Write a C Program to Check Whether the Given Number Is an Armstrong Number or Not
  6. Write a C program to evaluate an algebraic expression (ax+b)/(ax-b)
  7. Write a C program to check whether a given number is a perfect number or Not
  8. Write a C program to check whether a number is strong number or not
  9. Write a C program to find the roots of a quadratic equation
  10. Write a C program to find the factorial of a given integer using a non-recursive function
  11. Write a C program to find the factorial of a given integer using a recursive function
  12. Write a C program to find the GCD of two given integers by using the recursive function
  13. Write a C program to find the GCD of two given integers using a non-recursive function
  14. Write a C program to find both the largest and smallest number in a list of integers
  15. Write a C Program to Sort the Array in Ascending Order
  16. Write a C Program to find whether the given matrix is symmetric or not
  17. Write a C program to perform the addition of two matrices
  18. Write a C Program That Uses Functions to Perform Multiplication Of Two Matrices
  19. Write a C program to use a function to insert a sub-string into a given main string from a given position
  20. To delete n Characters from a given position in a given string
  21. Write a C program using user-defined functions to determine whether the given string is palindrome or not
  22. Write a C program to count the number of lines, words, and characters in a given text
  23. Write a C program to find the length of the string using Pointer
  24. Write a C program to Display array elements using calloc( ) function
  25. Write a C Program to Calculate the Total and Percentage Marks of a Student Using Structure
  26. Write a C Program to Display the Contents of a File
  27. Write a C program to copy the contents of one file to another

C Programs on Sorting Algorithms

  1. Bubble Sort in Ascending Order in C
  2. Bubble Sort in Descending Order in C
  3. Selection Sort in Ascending Order in C
  4. Selection Sort in Descending Order in C
  5. Insertion Sort in Ascending Order in C
  6. Insertion Sort in Descending Order in C
  7. Merge Sort in Ascending Order in C
  8. Merge Sort in Descending Order in C
  9. Quick Sort in Ascending Order in C
  10. Quick Sort in Descending Order in C
  11. Heap Sort in Ascending Order in C
  12. Heap Sort in Descending Order in C

Comments