(a+b) - (a AND b) = ?
the (a AND b ) is a bitwise AND operation of a and b
and the answer is?
Printable View
(a+b) - (a AND b) = ?
the (a AND b ) is a bitwise AND operation of a and b
and the answer is?
Wouldn't there be like two solutions?
(a+b)-1
or
(a+b)
Ah, I figured it out. For the sake of leaving an answer its:
(a OR b)