Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function to turn off all bits from the least significant bit (LSB) up to a given bit position.

Run the code to see the output here...