Vidyalelo
C# Programming · Q36

Operators and Expressions in C Sharp

Programming · C# Programming · question 36

Q36

Which of the following is the correct way to check if two values are not equal in C#?

A.
x <> y
B.
x == y
C.
x != y
Answer
D.
x =! y

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board