Examveda

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

D. Returns true if either operand is true

Answer: Option C


Join The Discussion

Related Questions on Operators and Expressions in C Sharp