Logical operators are used to compare or evaluate logical and relational expressions.
Logical operators are used to determine the logic between two or more variables or expressions.
There are 3 logical operators in C language.
The logical operators are :
&& | Logical AND |
|| | Logical OR |
! | Logical NOT |
0 Comments