Accept the string and check string is polindram or not.
Answers
Answered by
0
Answer:
Hey mate here is your answer
Explanation:
To check if a string is a palindrome or not, a string needs to be compared with the reverse of itself. To compare it with the reverse of itself, the following logic is used: 0th character in the char array, string1 is same as 4th character in the same string.
hope its helpfull for you
mark it brainliest plz
Similar questions