Multiple choice Stacks can't be used to evaluate an arithmetic expression in postfix form implement recursion convert a given arithmetic expression in infix form to its equivalent postfix form allocate resources (like CPU) by the operating system Reveal answer Fill a bubble to check yourself C Correct answer Explanation While stacks are used for expression evaluation and recursion, resource allocation (like CPU scheduling) is typically handled by queues to ensure fairness.