Topic: Bit Manipulation Problem / Level: beginner

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

Run the code to see the output here...