Topic: Bit Manipulation Problem / Level: beginner

Problem: Write a function to check if a binary number is a palindrome when viewed from the least significant bit.

Run the code to see the output here...