Relational Expressions
C’s logical operators are used to make the relational expressions which evaluate Boolean algebra
Logical and “&&” symbol forms an expression which is true if and only if both parts are true
Logical or “||” symbol forms an expression which is true if either of the two parts are true.