Topic: Bit Manipulation Problem / Level: advanced

Problem: Create a function that returns the binary representation of the product of two binary numbers.

Run the code to see the output here...