91-9990449935 0120-4256464 |
Palindrome program in CPalindrome number 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 c program, we will get an input from the user and check whether number is palindrome or not. Output: enter the number=151 palindrome number enter the number=5621 not palindrome number
Next TopicC Programs
|