I\'m trying to write a function isZero(int x) that returns 1 if x is 0, and returns 0 otherwise. How can i only do this with two bitwise operators?