tenet
deed
level
tattarrattat
gig
a neep[not able to work
civiccivic
The high deck is the "poop" deck (poopdeck).
Use toupper from ctype.h for every letter. Obviously, it doesn't matter if the string is palindrom or not.
there is an E at the end of palindrome... and your right, the word palindrome should be a palindrome, i dont know why its not.
<html> <head><title>Check palindrim or not</title> <script language="javascript"> var no,rem,sum=0,temp; no=prompt("Enter the no from user for check"," "); temp=no; while(no>0) { rem=no%10; sum=sum*10+rem; no=no/10; } if(temp==sum) document.write("The given no is palindrom"); else document.write("The given no is not palindrom") </script> <body> </body> </html>
Any number which has the same digits from left to right than from right to left. Here are some examples: 1, 11, 353, 1125211
There is no such doctrine. Perhaps you're looking for the Monroe Doctrine.