Hi,

I've been learning to use the bitwise operators and i've been doing some exercises without problems until i came across with this one:

"write a program that finds USING BITWISE OPERATORS whether a number entered by the user is a palindrome or not"

Does anyone have any idea of how to do it?