Microprocessors - Engineering

Q1:

Consider the real expression in Pascal language

((X * Z) + Y/(M * P + K) + X)/Y + Y)

What would be evaluated first

A
XZ and MP + K

B
XZ + Y and MP + K

C
(MP + K + X) / Y

D
Y / (MP + K)

ANS:A -

XZ and MP + K

No answer description is available.