Vidyalelo
C# Programming · Q188

Classes and Objects in C Sharp

Programming · C# Programming · question 188

Q188

Arrange the following overloaded operators in increasing order of precedence? %, <<, &, /, +

A.
'%' < '<<' < '+' < '-' < '&' < '/'
B.
'<<' < '&' < '%' < '-' < '/' < '+'
Answer
C.
'&' < '-' <'%' < '<<' < '/' < '+'
D.
'/' < '-' < '%' < '+' < '<<' < '&'

Answer: Option B

Solution

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