Q188
Arrange the following overloaded operators in increasing order of precedence? %, <<, &, /, +
A.
'%' < '<<' < '+' < '-' < '&' < '/'
B.
'<<' < '&' < '%' < '-' < '/' < '+'
AnswerC.
'&' < '-' <'%' < '<<' < '/' < '+'
D.
'/' < '-' < '%' < '+' < '<<' < '&'
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board