This C program takes a number as input from the user and then checks whether the entered number is palindrome or not.
Palindrome number: A number which reads same forwards and backwards. For example, 27872 is a palindrome number.
Program: Palindrome check in C
Output: Print whether entered number palindrome or not
Enter a number: 395428
Entered number is not a palindrome!!
Enter a number: 5294925
Entered number is a palindrome!!
Share your code and queries in the comments.
Share this code with beginner friends.
Follow us on twitter.