Computer Science, asked by ArnavAllrounder, 6 hours ago

Explain NOT operator with suitable example.​

Answers

Answered by VivianElements
1

Answer:

In Boolean algebra, the NOT operator is a Boolean operator that returns TRUE or 1 when the operand is FALSE or 0, and returns FALSE or 0 when the operand is TRUE or 1. ... The NOT operator is considered one of the basic operators along with AND and OR in Boolean algebra. The NOT operator is also known as the logical NOT.

Explanation:

The logical NOT ( ! ) operator (logical complement, negation) takes truth to falsity and vice versa. It is typically used with Boolean (logical) values. When used with non-Boolean values, it returns false if its single operand can be converted to true ; otherwise, returns true.

Answered by sejalChechani
0

Answer:

example of not is :-

1. I am not going out today.

Explanation:

Similar questions