Given an expression
(A + B * D)/(E - F) + G
A. The prefix notation is +/+A*DB - EFG
B. The prefix expression is the reverse of the postfix expression
C. The order of operands in infix expression and postfix expression are the same.
D. The order of operands in infix expression, prefix expression and postfix expression are the same.
Choose the most appropriate answer from the options given below: