Logical operators very important role in C language three are support three type of operators ,
Logical AND(&&) ,logical OR(||) and logical NOT(!),as in case in arithmetic expression the log
ical expression the logical expression the logical expression are evaluated from left to right.
AND=&&
OR=||
NOT !=