C# Programming - Operators - Discussion

Discussion Forum : Operators - General Questions (Q.No. 4)
4.
Which of the following are NOT Relational operators in C#.NET?
  1. >=
  2. !=
  3. Not
  4. <=
  5. <>=
1, 3
2, 4
3, 5
4, 5
None of these
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Vedhu said:   1 decade ago
Not is not an operator and <>= also not an operator in c++.

Mahesh said:   1 decade ago
I too agree.

Shiv kumar Agarwal said:   1 decade ago
But <> operator we can use in sql server as not equal to (ISO standard).

Post your comments here:

Your comments will be displayed after verification.