Discussion:
Q: Given two bit strings of length n (n equal or bigger 16), find the bitwise or the bitwise and XOR of these strings.
Example:
0110110110
1100011101
---------------
1110111111 (Bit wise OR)
0100010100 (Bitwise AND)
1010101011 (Bitwise XOR