Arrange the following operators in the precedence order of highest to lowest:
(a) ==
(b) ++
(c) %
(d) &
The correct order of precedence is:1
(d), (b), (c), (a)
2
(b), (c), (a), (d)
3
(a), (d), (b), (c)
4
(c), (a), (d), (b)
5
Question Not Attempted
Arrange the following operators in the precedence order of highest to lowest:
(a) ==
(b) ++
(c) %
(d) &
The correct order of precedence is: