42.2k views
1 vote
Using logical operators, 1 AND 0 =

1 Answer

3 votes
The logical NOT operation simply changes the value of a single bit. If it is a "1", the result is "0"; if it is a "0", the result is "1". Note that this operation is different in that instead of comparing two bits, it is acting on a single bit.
User Joe Lewis
by
6.6k points