To get latest updates

Bookmark This Site

Monday 24 October 2016

27.C Program to Check Whether a Number is Palindrome or Not

C Program to Check Whether a Number is Palindrome or Not

This program reverses an integer (entered by the user) using while loop. Then, if statement is used to check whether the reversed number is equal to the original number or not.


To understand this example, you should have the knowledge of following C programming topics:
  • C Programming Operators
  • C if, if...else and Nested if...else Statement
  • C programming while and do...while Loop

No comments:

Post a Comment