Define Short-circuit operator

Short-circuit operator: It is an operator in which only as a lot of operands are computed as are required to determine the final outcome of the operation. The logical-and (&&) and logical-or (||) operators are most general illustration, though the conditional operator (?:) too only ever computes two of its three operands.

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.