Multiple choice To evaluate an expression without any embedded function calls One stack is enough Two stack are needed As many stacks as the height of the expression tree are needed A Turning machine is needed in the general case Reveal answer Fill a bubble to check yourself A Correct answer Explanation To evaluate an expression we need only 1 stack in which the operands & operators are pushed into, & then evaluated using pop operations.