C - Example Programs
Swapping of Two Numbers
Write a program in C to perform swapping of two numbers entered by the user
Even or Odd Number
Write a program in C to check whether an integer number entered by the user is Even or Odd
Factorial of a Number
Write a program in C to find the Factorial of an integer number entered by the user
Prime Number or not
Write a program in C to check whether an integer number entered by the user is a Prime number or not
Perfect Number or not
Write a program in C to check whether an integer number entered by the user is a Perfect number or not
Count Number of Digits of a Number
Write a program in C to count the number of digits present in an integer number entered by the user
Sum of Digits of a Number
Write a program in C to find the sum of the digits present in an integer number entered by the user
Reverse the Digits of a Number
Write a program in C to reverse the digits present in an integer number entered by the user.
Palindrome Number or not
Write a program in C to check whether an integer number entered by the user is a Palindrome number or not.
Share this page on