Q40
What does the logical AND operator (&&) do in C#?
A.
Returns false if either operand is false
B.
Returns true if both operands are false
C.
Returns true if both operands are true
AnswerD.
Returns true if either operand is true
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board