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
AnswerD.
x =! y
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board