- 4
CheckPalindrome
Hey guys I need help I want to write a program in c to Check Palindrome like this: 1- input:12321 output: Yes 2- input:3245 output: No 3- input:34743 output: Yes
7 Answers
+ 2
You can have the number as a string and put a pointer at the beginning and another at the end of the string and check if it is the same, if it is the same increase the pointer at the beginning and decrease the pointer at the end
+ 1
reza
Well done đ.
Then write program.
+ 1
reza
But we need your attempts.
0
:))))))))))
but I need help :))
0
Yeah you are absolutely right but I don't have any Idea :(
I want some ideas to start and write this program
0
Thanks abol and Alejandro Medero
Your answer was really helpful
Thanks
0
Thanks Martin Taylor