Logical Operators There are three logical operators in C language: ! Logical NOT && Logical AND || Logical OR Logical NOT Logical NOT operator is also a unary operator, as it requires only one operand. Operand is treated as either
Logical Operators There are three logical operators in C language: ! Logical NOT && Logical AND || Logical OR Logical NOT Logical NOT operator is also a unary operator, as it requires only one operand. Operand is treated as either