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.
Operator (extension)
Data Types
Opinions expressed by DZone contributors are their own.
Comments