Q. What happens to the Second operand/expression if the first operand is FALSE with a Short Circuit AND (&&) operator?
β
Correct Answer: (B)
Evaluation of Second operand/expression is skipped.