Home | Department of Computer Science

reverse_string(3); Check whether a given string is a palindrome. A palindrome is a string, whose first and last characters match AND the remaining substring is also a palindorme. Here is a C code which asks the user to supply a string and checks whether it is a palindrome or not. ................
................