Write a program to check the given string is palindrome or not.
Answers
Answered by
1
Answer:
Calculate the string length n using strlen(s). a) i=0,c=0. Calculate the string length n using strlen(s). ... 3) If the returned value is 1 then print the given string is a palindrome.
Similar questions