Tag Archives: palindromes

fun with words palindromes

solving C programming by using C prgm,not C++ or others C? 1) User is required to enter a sentence. You have to tell whether the sentence is a palindrome or not. You need to ignore any white spaces or punctuations. Example 1: Please enter a sentence: Madam, I’m Adam! Your sentence is a palindrome. Example [...]