66. What is the postfix expression for the following infix expression?A / B − C + D * E − A * C(A) A
問題詳情
66. What is the postfix expression for the following infix expression?A / B − C + D * E − A * C (A) ABC/-DE+*AC-* (B) AB/CDE*+-AC*- (C) ABC/-DE*+AC*- (D) AB/C-DE*+AC*-