Computer Science, asked by h2557joanna, 4 months ago

Write a program to check the given string is palindrome or not.

Answers

Answered by harshit4verma2005
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