1.

What Is A Short Circuit Operator?

Answer»

The C-Style OPERATOR, ll, performs a logical (or) operation and you can use it to TIE logical clauses together, returning an overall value of TRUE if either clause is true. This operator is called a short-circuit operator because if the left OPERAND is true the right operand is not checked or evaluated.

The C-Style operator, ll, performs a logical (or) operation and you can use it to tie logical clauses together, returning an overall value of true if either clause is true. This operator is called a short-circuit operator because if the left operand is true the right operand is not checked or evaluated.



Discussion

No Comment Found