Q236
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
AnswerD.
c - b - a
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board