Vidyalelo
C# Programming · Q52

Operators and Expressions in C Sharp

Programming · C# Programming · question 52

Q52

Arrange the operators in the increasing order as defined in C#. !=, ?:, &, ++, &&

A.
?: < && < != < & < ++
B.
?: < && < != < ++ < &
C.
?: < && < & <!= < ++
Answer
D.
None of the above

Answer: Option C

Solution

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