Check whether a Number is Palindrome or Not: C Program
Satish B
http://technotip.com/6568/check-whether-a-number-is-palindrome-or-not-c-program/
User inputs a integer number and we write a program to reverse that number and if the user input value and the reversed number are equal then its a palindrome number, if not, its not a palindrome number.
Palindrome Number: If a number remains same even if we reverse its digits then the number is known as palindrome number.
In other words, a number when read in both forward and backward way is same, then such a number is called a palindrome number.
C Programming Interview / Viva Q&A List http://technotip.com/6378/c-programming-interview-viva-qa-list/
C Programming: Beginner To Advance To Expert http://technotip.com/6086/c-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=-zGyt48r5BU
9765769 Bytes