A palindrome is a word that can be read in either ways.
For example:radar, level, madam, civic, malayalam(this word is the longest palindrome).
Some of the famous palindromic phrases are "Step on no pets"(it is the same if read in either ways), "able was i ere i saw elba".
This is a sample prog in c:
#include
main()
{
int number, temp, remainder, sum=0;
printf("Enter a number:");
scanf("%d",&number);
while(number>0)
{
remainder=number%10;
number=number/10;
sum=sum*10+remainder;
}
if(sum==temp)
{
printf("number is a palindrome");
else
printf("the number is not a palindrome");
}
getch()
}
output:
Enter a number: 12321
number is a palindrome.
ude
Some 6 letter palindromes you may like:RedderHannah
Palindromes are words that can be spelled the same backwards and forwards. Some examples of five letter palindromes are level, radar, civic, and kayak.
'Redivider' is one...
sagas
madam, rotor, level, kayak
Some 6 letter palindromes you may like:RedderHannah
Some 5 letter palindromes are:kayaksagascivictenetlevelreferradarrotormadamdeled
Palindromes are words that can be spelled the same backwards and forwards. Some examples of five letter palindromes are level, radar, civic, and kayak.
Hannah, redder
'Redivider' is one...
Two examples of 5-syllable palindromes are "deified" and "deliver reviled."
Since there are no palindromes, the question cannot be answered.Since there are no palindromes, the question cannot be answered.Since there are no palindromes, the question cannot be answered.Since there are no palindromes, the question cannot be answered.
sagas
madam, rotor, level, kayak
H O S X Z Some words with horizontal symmetry are: * mom * wow Also, words with horizontal symmetry are palindromes. All horizontal symmetrical words are palindromes, but not all palindromes have horizontal symmetry. (like racecar)
Palindromes.
121