C Language Programming Examples
C language Programs
Program - 3
C Program to Print an Integer
Program - 4
C Program to Compute Quotient and Remainder
Program - 6
C Program to Swap Two Numbers
Program - 8
C Program to Find ASCII Value of a Character
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 - 23
C Program to Calculate the Sum of Natural Numbers
Program - 24
C Program to Find Factorial of a Number
Program - 25
C Program to Generate Multiplication Table
Program - 26
C Program to Display Fibonacci Sequence
Program - 27
C Program to Find GCD of two Numbers
Program - 29
C Program to Check Whether a Number is Prime or Not
Program - 30
C Program to Display Factors of a Number
Program - 31
C program that takes as input an integer between 1 12 and print corresponding month name
Program - 32
Recursive program in c to find the sum of digit
Program - 33
C program to find the factorial using recursion
Program - 37
C Program to Find GCD Using Recursion
Program - 38
C program to Reverse a Sentence Using Recursion
Program - 39
C program to calculate the power using recursion
Program - 41
C program to multiply two matrices
Program - 42
C program to addition of two matrices.
Program - 43
C program to sort the string using 2D array
Program - 47
C Program to Delete a specific word From a String
Program - 49
C Program to Find LCM of two Numbers
Program - 50