C Language Programming Examples
C programs and 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
Write a program enter only the three numbers and calculate their sum and multiplication
Program - 12
C program to check number is buzz number or not
Program - 15
C program to check whether a number is even or odd
Program - 20
Calculate the total interest
Program - 22
Write a program to calculate electricity bill
Program - 24
C program to find the roots of a quadratic equation
Program - 25
C program to check leap year
Program - 28
Write a program entered number check the number is even or odd by using goto statement.
Program - 31
C program to calculate the sum of natural numbers
Program - 32
C program to find factorial of a number
Program - 33
C program to generate multiplication table
Program - 34
C program to display fibonacci sequence
Program - 35
C program to find gcd of two numbers
Program - 38
Write a program to generate the triangular number
Program - 42
C program to check whether a number is prime or not
Program - 44
Calculate the sum and average of five subjects
Program - 46
C program to display factors of a number
Program - 48
C program that takes as input an integer between 1 12 and print corresponding month name
Program - 49
Write a program to create calculator
Program - 50