Multiple choice Which data structure is needed to convert infix notation to postfix notation? Branch Tree Stack Queue _ Reveal answer Fill a bubble to check yourself C Correct answer Explanation Stack is a data structure with last-in first-out behavior.