IDNLearn.com provides a collaborative platform for sharing and gaining knowledge. Our community provides timely and precise responses to help you understand and solve any issue you face.

Which of the following FPU manipulations corresponds to the given infix notation?
Z = A * (B / (C - D)) - E

FINIT
FLD A
FLD B
FMUL
FLD C
FDIV
FLD D
FLD E
FSUB
FSUB
FSTP Z

FINIT
FLD A
FLD B
FLD C
FDIV
FMUL
FLD D
FSUB
FLD E
FSUB
FSTP Z


FINIT
FLD A
FLD B
FLD C
FLD D
FSUB
FDIV
FMUL
FLD E
FSUB
FSTP Z