answersLogoWhite

0


Best Answer

Palindromes are words that are spelled the same way backwards and forwards!

Some common palindromes in the English language include:

-pop

-deed

-kayak

-civic

-radar

-level

Some Common names:

-Hannah

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

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 int main() { int main() { int number,temp,remainder,sum=0; printf("\n\nEnter no: "); scanf("%d",&number); temp = number; //Value of temp stores unmodified n value while(number>0) { remainder=number%10; //Gets Last Digit number/=10; //Truncates Last Digit sum=sum*10 + remainder; //Builds value of reversed number } if (sum==temp) printf ("\nThe Number Is A Palindrome "); else printf ("\nThe Number Is Not A Palindrome "); getch (); return 0; } int number,temp,remainder,sum=0; printf("\n\nEnter no: "); scanf("%d",&number); temp = number; //Value of temp stores unmodified n value while(number>0) { remainder=number%10; //Gets Last Digit number/=10; //Truncates Last Digit sum=sum*10 + remainder; //Builds value of reversed number } if (sum==temp) printf ("\nThe Number Is A Palindrome "); else printf ("\nThe Number Is Not A Palindrome "); getch (); return 0; }

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are some palindromes?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are some 6 letter palindromes?

Some 6 letter palindromes you may like:RedderHannah


5 letter palindromes?

Some 5 letter palindromes are:kayaksagascivictenetlevelreferradarrotormadamdeled


What are some five letter palindromes?

Palindromes are words that can be spelled the same backwards and forwards. Some examples of five letter palindromes are level, radar, civic, and kayak.


What are some 6-letter palindromes?

Hannah, redder


What are some eight letter palindromes?

'Redivider' is one...


What are some 5 syllables palindromes?

Two examples of 5-syllable palindromes are "deified" and "deliver reviled."


What fraction of these palindromes are multiples of 3?

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.


What are some 5 letter palindromes with G in the middle?

sagas


Can you list some palindromes?

madam, rotor, level, kayak


What are some words with horizontal symmetry?

Well, honey, let me break it down for you. Words like "level," "radar," and "noon" are as symmetrical as my favorite martini glass. So, if you're looking for words that look the same upside down, you've hit the jackpot. Just remember, symmetry is key, darling.


What do you call words which are spelled the same backwards and forward?

Palindromes.


What palindromes have square roots that are also palindromes?

121