Topic: Bit Manipulation Problem / Level: advanced

Problem: Implement a function that returns the binary representation of the bitwise AND of two binary strings.

Run the code to see the output here...