C Programming :: Expressions
-
The expression of the right hand side of || operators doesn't get evaluated if the left hand side determines the outcome.
-
In the expression a=b=5 the order of Assignment is NOT decided by Associativity of operators