Jan 20, 2009

Check whether the bit representation of integer is a palindrome

Check whether the bit representation of integer is a palindrome
(Num>>16)xor(num|0xffff), if the bytes of type is unknown, use sizeof()

No comments:

Post a Comment