Topic: Bit Manipulation Problem / Level: beginner

Problem: Write a function to rotate a number’s bits right by 2 positions.

Run the code to see the output here...