Find some English palindrome words (left and right symmetry)

Find some English palindrome words (left and right symmetry)


Dad
Eve
Eye
Mom
Noon
Pop pop
Wow
Dead behavior



3. 77 × 78 = 6006 I'll write:
It must be palindrome number,


7.7*7.8=60.06



2) Judge whether a number is palindrome number


#include
#include
#include
char *chan(int count) ;
int main(int argc, char* argv[])
{
char *str;
int i,n;
str=chan(0);
n=strlen(str);
for (i = 0; i