Visa Inc. interview question

What are the bitwise operators?

Interview Answer

Anonymous

4 Apr 2013

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