C Program
C Program
C Program – Functions
1. C Program to Check Prime Number By Creating a Function
2. C Program to Display Prime Numbers Between Two Intervals Using
Functions
3. C Program to Find All Roots of a Quadratic Equation
4. C Program to Check Whether a Number can be Express as Sum of Two
Prime Numbers
5. C Program to Find the Sum of Natural Numbers using Recursion
6. C Program to Calculate the Factorial of a Number Using Recursion
7. C Program to Find G.C.D Using Recursion
8. C Program to Reverse a Stack using Recursion
9. C Program to Calculate Power Using Recursion
C Program – Arrays
1. C Program to Print a 2D Array
2. C Program to Find the Largest Element in an Array
3. C Program to Find the Maximum and Minimum in an Array
4. C Program to Search an Element in an Array (Binary search)
5. C Program to Calculate the Average of All the Elements Present in an Array
6. C Program to Sort an Array using Bubble Sort
7. C Program to Sort an Array using Merge Sort
8. C Program to Sort an Array Using Selection Sort
9. C Program to Sort an Array Using Insertion Sort
C Program to Sort the Elements of an Array in Descending Order
C Program to Sort the Elements of an Array in Ascending Order
C Program to Remove Duplicate Elements From a Sorted Array
C Program to Merge Two Arrays
C Program to Remove All Occurrences of an Element in an Array
C Program to Find Common Array Elements
C Program to Copy All the Elements of One Array to Another Array
C Program For Array Rotation
C Program to Sort the 2D Array Across Rows
C Program to Check Whether Two Matrices Are Equal or Not
C Program to Find the Transpose
C Program to Find the Determinant of a Matrix
C Program to Find the Normal and Trace
C Program to Add Two Matrices
C Program to Multiply Two Matrices
C Program to Print Boundary Elements of a Matrix
C Program to Rotate Matrix Elements
C Program to Compute the Sum of Diagonals of a Matrix
C Program to Interchange Elements of First and Last in a Matrix Across
Rows
C Program to Interchange Elements of First and Last in a Matrix Across
Columns
C Program – Strings
1. C Program to Add or Concatenate Two Strings
2. C Program to Add 2 Binary Strings
3. C Program to Get a Non-Repeating Character From the Given String
4. C Program to check if the string is palindrome or not
5. C Program to Reverse an Array or String
6. C program to Reverse a String Using Recursion
7. C Program to Find the Length of a String
8. C Program to Sort a String
9. C Program to Check For Pangram String
C Program to Print the First Letter of Each Word
C Program to Determine the Unicode Code Point at a Given Index
C Program to Remove Leading Zeros
C Program to Compare Two Strings
C Program to Compare Two Strings Lexicographically
C Program to Insert a String into Another String
C Program to Split a String into a Number of Sub-Strings
C Program – Pointers
1. How to Return a Pointer from a Function in C
2. How to Declare a Two-Dimensional Array of Pointers in C?
3. C Program to Find the Largest Element in an Array using Pointers
4. C Program to Swap Two Numbers
5. C Program to Sort an Array using Pointers
6. C Program to Sort a 2D Array of Strings
7. C Program to Check if a String is a Palindrome using Pointers
8. C Program to Create a Copy of a Singly Linked List using Recursion
C Program – File IO
1. C Program to Create a Temporary File
2. C Program to Read/Write Structure to a File
3. C Program to Rename a file
4. C Program to Make a File Read-Only
5. C program to Compare Two Files and Report Mismatches
6. C Program to Copy One File into Another File
7. C Program to Print all the Patterns that Match Given Pattern From a File
8. C Program to Append the Content of One Text File to Another
9. C Program to Read Content From One File and Write it Into Another File
C Program to Read and Print all Files From a Zip File