Topic: Bit Manipulation Problem / Level: beginner

Problem: Implement a function to calculate the bitwise OR of two numbers without using the OR operator.

Run the code to see the output here...