Q. What is the result of the expression: false || true? (A) true (B) false (C) Error (D) null ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) true Explanation: Logical OR operator returns true if either operand is true.