edited by
457 views
2 votes
2 votes

 

 

I THING THERE IS MISTAKE BECAUSE BRACKET ARE CLOSING AFTER ELEMENT E  SO ALL OPERATORS HOULD BE POPED AND AND ACCORDING TO ME ANWER SHOLD BE 2…

TRY AND CORRECT IF I M WRONG !!!! THANKS IN ADVANCE!!!

edited by

Please log in or register to answer this question.

Related questions

2 votes
2 votes
2 answers
1
jatin khachane 1 asked Dec 1, 2018
1,288 views
My doubt : What should we consider ^ operator as Bitwise XOR ? or Exponentiation
2 votes
2 votes
3 answers
2
Tushar Shinde asked Jan 28, 2016
3,700 views
Consider the following expression with infix notationA * B - (C + D) * (E / 5) ^ F What is the maximum height of the operator stack during conversion from infix to postfi...
0 votes
0 votes
0 answers
3
pranjalgennext asked Jan 19, 2017
462 views
A priority queue is used to implement a stack efficiently. Push(C) is implemented as insert 'C'. Pop is implemented as a delete minimum element. For a sequence of operati...
1 votes
1 votes
2 answers
4
smartmeet asked Jan 18, 2017
1,028 views
What we can do if the unary operator comes in infix notation while converting it into postfix/prefix notations? For example, this $a = -b+c*d/e+f↑g↑h-i*j$