Examveda

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

A. ?: < && < != < & < ++

B. ?: < && < != < ++ < &

C. ?: < && < & <!= < ++

D. None of the above

Answer: Option C


Join The Discussion

Related Questions on Operators and Expressions in C Sharp