Palindrome program in C++A palindrome number is a number that is same after reverse. For example 121, 34543, 343, 131, 48984 are the palindrome numbers. Palindrome number algorithm
Let's see the palindrome program in C++. In this program, we will get an input from the user and check whether number is palindrome or not. Output: Enter the Number=121 Number is Palindrome. Enter the number=113 Number is not Palindrome. Next TopicFactorial program in C++ |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India