palindrome number

Program to check Palindrome string

A string is said to be a palindrome if the reverse of the string is the same as the string.…

2 years ago

Check for palindrome number

A palindrome number is a number that remains the same when digits are reversed. For example, the number 125521 is a palindrome…

2 years ago