1.

What is the correct sequence of the following operators in ‘C’ from highest to lowest precedence order?(a) ==(b) %=(c) %(d)

A. (c), (b), (a), (d)
B. (c), (a), (d), (b)
C. (c), (d), (a), (b)
D. (a), (b), (d), (c)
Answer» D. (a), (b), (d), (c)


Discussion

No Comment Found