Short Circuit Operator
DZone's Guide to
Short Circuit Operator
Join the DZone community and get the full member experience.
Join For Free
(++i < i-- && j++ > j--)
Doesnot evaluate the second operand of the && opeartor.
Topics:
Opinions expressed by DZone contributors are their own.
{{ parent.title || parent.header.title}}
{{ parent.tldr }}
{{ parent.linkDescription }}
{{ parent.urlSource.name }}