1.

Define A Short Circuit Operator?

Answer»

The C-style OPERATOR ll carries out logical operation which is used to tie logical clauses, overall value of TRUE is RETURNED if either clause is true. This operator is known as short-circuit operator because you NEED not CHECK or evaluate right operand if the left operand is true.

The C-style operator ll carries out logical operation which is used to tie logical clauses, overall value of true is returned if either clause is true. This operator is known as short-circuit operator because you need not check or evaluate right operand if the left operand is true.



Discussion

No Comment Found