29. What is the postfix of the expression A + B * C / (D - E)?(A) A B C * D E - / +(B) A B C D E - /
問題詳情
29. What is the postfix of the expression A + B * C / (D - E)? (A) A B C * D E - / + (B) A B C D E - / * + (C) A * B C / D E - + (D) + A / * B C - D E (E) + /A * B C - D E