Expressions - Programming

Q1:

The expression of the right hand side of || operators doesn't get evaluated if the left hand side determines the outcome.

A True

B False

ANS:A - True

Because, if a is non-zero then b will not be evaluated in the expression (a || b)