In C# a short-circuit operator can be used in a bool expression only. it will return true and depending on the condition in the control statement.
If the short-circuit finds an operand that can reflect the result of the expression then it will stop checking the remaining operands and execute the condition true or false that is being reflected by the operand.
In C# a short-circuit operator can be used in a bool expression only. it will return true and depending on the condition in the control statement.
If the short-circuit finds an operand that can reflect the result of the expression then it will stop checking the remaining operands and execute the condition true or false that is being reflected by the operand.
need an explanation for this answer? contact us directly to get an explanation for this answer