PUSH a
PUSH b
PUSH c
POP AX
POP BX
SUB AX, BX
POP BX
ADD AX, BX
The expression computed by the above program and stored in AX is
A. a + b - c
B. c + b - a
C. c - b + a
D. c - b - a
Answer: Option C
Join The Discussion