C# Programming - Operators - Discussion

Discussion Forum : Operators - General Questions (Q.No. 9)
9.
Which of the following are Logical operators in C#.NET?
  1. &&
  2. ||
  3. !
  4. Xor
  5. %
1, 2, 3
1, 3, 4
2, 4, 5
3, 4, 5
None of these
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Vedhu said:   1 decade ago
&& is an AND operator
|| is an OR operator
! is a NOT operator

These are the basic operators in logical operation.

Post your comments here:

Your comments will be displayed after verification.