C Programming Examples
C Programs
Program - 1
C Program to Swap Two Numbers
Program - 2
C Program to Compute Quotient and Remainder
Program - 4
C Program to Find ASCII Value of a Character
Program - 5
C Program to Print an Integer
Program - 10
C program to check number is buzz number or not
Program - 12
C Program to Check Whether a Number is Even or Odd
Program - 17
C Program to Find the Roots of a Quadratic Equation
Program - 18
C Program to Check Leap Year
Program - 21
C Program to Calculate the Sum of Natural Numbers
Program - 22
C Program to Find Factorial of a Number
Program - 23
C Program to Generate Multiplication Table
Program - 24
C Program to Display Fibonacci Sequence
Program - 25
C Program to Find GCD of two Numbers
Program - 27
C Program to Check Whether a Number is Prime or Not
Program - 28
C Program to Display Factors of a Number
Program - 29
C program that takes as input an integer between 1 12 and print corresponding month name
Program - 30
C program to find the factorial using recursion
Program - 34
C Program to Find GCD Using Recursion
Program - 35
C program to Reverse a Sentence Using Recursion
Program - 36
C program to calculate the power using recursion
Program - 38
C program to multiply two matrices
Program - 39
C program to addition of two matrices.
Program - 40
C program to sort the string using 2D array
Program - 44
C Program to Delete a specific word From a String
Program - 45
C Program to Find LCM of two Numbers
Program - 46
C Program to Count Number of Digits in an Integer
Program - 47
C Program to Reverse a Number
Program - 48
C Program to Calculate the Power of a Number
Program - 50
C Program to Check Armstrong Number
Program - 51
C program to print the sum of negative numbers, sum of positive odd numbers and sum of positive even numbers
Program - 52
C program to create a function in which user pass the array with size n and function return the average
Program - 54
C program to linear search for char data
Program - 56
C program using dynamic memory allocation to read numbers as input and display them in sorted order thereafter
Program - 61
C program to addition of two times using structure
Program - 74
C program to find the minimum of the 8 floating point numbers and its place in the array
Program - 75
C program that accept an array of 10 integers and a number to be deleted from the array if found
Program - 77
C program to remove duplicates from an ordered array
Program - 78