Palindrome Number in C++

Here you will get a C++ program to check whether a number is a palindrome or not.

A number is a palindrome if it is equal to its reverse. For example, 121 is a palindrome because if we reverse the order of digits then the number so obtained is equal to the original number.

Output:

Enter a number: 12321
Number is Palindrome

3 thoughts on “Palindrome Number in C++”

Leave a Comment

Your email address will not be published. Required fields are marked *