GATE CSE 2004 Q 38 || Stacks and Queues || Data Structure || GATE Insights Version: CSE

Опубликовано: 11 Март 2026
на канале: GATE Insights Version: CSE
791
15

Planning to take coaching on https://unacademy.com/
here is a code for 10% off PLUS1BPK1

Downloads resources from here
https://education4fun.com/gate-cse/

MCQ (Single Correct Answer)
GATE CSE 2004
Assume that the operators +, -, ×, are left associative and ^ is right associative. The order of precedence (from highest to lowest) is ^, ×, +, -. The postfix expression corresponding to the infix expression a + b×c-d^e^f is
A) abc×+def^^-
B) abc×+de^f^-
C) ab+c×d-e^f^
D) - + a×bc^^def