For the infix expression (A/B) * (C * F + (A - D) * E) the corresponding Post fix notation is

A)
A / D * CF AD - F * +
B)
AB / C * FAD - E * + *
C)
AB / CF * AD - E * + *
D)
None of the above

Correct Answer : Option (C) :   AB / CF * AD - E * + *