Microprocessors - Engineering

Q1:

In the expression a = 5 * 2 / 3.2 + 4 / 8 - 2 + 5 / 9 which operation will have the first priority in C?

A 5*2

B 2 / 3.2

C 5 * 2 / 3.2

D 4 / 8

ANS:A - 5*2

No answer description is available.