The best data structure to check whether an arithmetic
expression has balanced parentheses is a
a. Stack
b. Queue
c. Tree
d. List
The result evaluating the postfix expression
10 5 + 60 6 / ∗ 8 − is
a. 284
b. 213
c. 142
d. 71
Answer : A B + C * D E * F / -
AB+c*-DE*F/-
Answer: S
ANSWER: 1, 8
ANSWER : posN-1