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