C Language Programming Examples
C examples with solutions
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