M
manan.kathuria
hi all ,
the expression in question is
++i&&++j||++k
most sources say that since the result of the || operation is decided
by the LHS itself , the right side is not computed
my point of thinking is that since the unary operator has higher
precedence than || , it will be evaluated before || in any
case...........where am im going wrong
thanks in anticipation
Manan
the expression in question is
++i&&++j||++k
most sources say that since the result of the || operation is decided
by the LHS itself , the right side is not computed
my point of thinking is that since the unary operator has higher
precedence than || , it will be evaluated before || in any
case...........where am im going wrong
thanks in anticipation
Manan