Visa Inc. Interview Question

What are the bitwise operators?

Interview Answer

Anonymous

Apr 4, 2013

& (bitwise AND), | (bitwise OR), ~ (complement), > (right shift), ^ (bitwise XOR)