Find the bitwise or the bitwise and xor


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

 

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: Find the bitwise or the bitwise and xor
Reference No:- TGS01936461

Now Priced at $20 (50% Discount)

Recommended (99%)

Rated (4.3/5)