To evaluate an expression without any embedded function calls
Step-by-step Solution:
To evaluate an expression without any embedded function calls: Using a single stack is sufficient for evaluating expressions without any embedded function calls. The stack allows handling operands, operators, and the order of operations efficiently without requiring additional memory structures. \[\] Correct Option: (a)