palindrome string

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