Topic: Bit Manipulation Problem / Level: intermediate

Problem: Create a function that computes the bitwise OR of all elements in an array.

Run the code to see the output here...