Examveda

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

A. '%' < '<<' < '+' < '-' < '&' < '/'

B. '<<' < '&' < '%' < '-' < '/' < '+'

C. '&' < '-' <'%' < '<<' < '/' < '+'

D. '/' < '-' < '%' < '+' < '<<' < '&'

Answer: Option B


Join The Discussion

Related Questions on Classes and Objects in C Sharp