If I have an integer A and I logically AND it
with some other integer B to produce a result
C, can I then perform some kind of reverse
operation with B and C to get back the original
number A?
If so, is it guaranteed to work every time with
all integers A and B?
with some other integer B to produce a result
C, can I then perform some kind of reverse
operation with B and C to get back the original
number A?
If so, is it guaranteed to work every time with
all integers A and B?
Comment