Topic: Bit Manipulation Problem / Level: intermediate

Problem: Create a function to find the bitwise AND of all integers from 1 to n.

Run the code to see the output here...