write a program for to checks whether it is palindrome string or not
>>>>NO SPAM <<<
Answers
Answered by
3
Answer:
Given a string, write a c function to check if it is palindrome or not. A string is said to be palindrome if reverse of the string is same as string. For example, “abba” is palindrome, but “abbc” is not palindrome.
Answered by
20
Answer:
Mark as brainliest..... plz
Similar questions