Tag Archives: palindrome program in c++ using while loop

Palindrome Number Program in C

A number is said to be palindrome if it satisfy’s a condition,the reverse of the number should be same as the original number.For finding the reverse of the given number we need to get the individual digits of given number … Continue reading

Posted in C | Tagged , , , , , , , , | 1 Comment

C++ program to check whether given number is palindrome or not

This is a very simple program we need to be panic for this.A number is said to be palindrome if reversal of the number is equal to itself.For ex:141 is a palindrome number.To find the reverse of the number we … Continue reading

Posted in C++ | Tagged , , , , , , , , | Leave a comment