Skip to playerSkip to main contentSkip to footer
  • 1/5/2017
Logical Operators are Logical and(&&),Logical Or(||),these operators are used to compare more than one condition at a time . or combine the two or more relational expressions is termed as logical expression. Those are either zero(0)if false nor one(1) if true according to the truth table.

Recommended