AND
OR
NOT
NAND
Answer is Right!
Answer is Wrong!
The correct answer is C. NOT.
The NOT operator reverses the value of the condition. For example, if the condition is true, NOT will make it false, and vice versa.
The AND operator returns true only if both conditions are true.
The OR operator returns true if either condition is true.
The NAND operator returns true only if both conditions are false.