_______ operator is used to reverse the truth value of a text expression
Answers
Answered by
0
Answer: NOT
Explanation:
NOT operator is used to reverse the truth value of a text expression.
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 reverses the logical value associated with the expression on which it operates.
#SPJ3
Similar questions