1

What is the correct sequence of the following operators from
highest to lowest precedence order?
(a)==
(b) %
(c)%
(d)<= The correct sequence is:

  • A

    (c), (b), (a), (d)

  • B

    (c), (a), (d), (b)

  • C

    (c), (d), (a), (b)

  • D

    (a), (b), (d), (c)