Microprocessors - Engineering

Q1:

In the integer expression - A * B div C + D which operation is done first in Pascal

A -

B *

C div

D +

ANS:A - -

In Pascal binary has highest priority.