Last Minute C Programming Logical Operators Tutorial
C programming language logical operators are often used along with conditional operators to combine two are more conditions. Use of conditional operators reduces the number of IF and ELSE statements and improves performance of C program. Also, the size of C program is considerably reduced.
Note: There are no keywords like AND, OR, NOT, TRUE and FALSE in c language.