Top Categories
C++ Program to Check Whether a Number is Palindrome or Not
- Category:
- Sub Category:
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.