Computer Science, asked by mandalnirmalya2004, 7 months ago

Write a program to check whether a given word is palindrome or not.​

Answers

Answered by ArushiK
0

java or html

pls tell not clear

Answered by Anmolabd
0

Explanation:

C program to check if a string or a number is palindrome or not. ... Our program works as follows: at first, we copy input string into a new string (strcpy function), and then we reverse (strrev function) it and compare it with the original string (strcmp function

Similar questions