Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / ahan
( ( a + 2 ) * ( b + 4 ) ) - 1
\ / /
a2+ b4+ /
\ / /
/
a2+b4+* /
\ /
a2+b4+*1-
| Is This Answer Correct ? | 58 Yes | 2 No |
Post New Answer View All Answers
Why is concurrenthashmap thread safe?
Given M x N matrix with sorted elements row wise and column wise, find elements?
Is there any difference between int[] a and int a[]?
Run time memory allocation is known as in data structure?
List out the advantages of using a linked list?
What is the most used data structure?
Tell me the difference between the character array and a string.
What do you mean by general trees?
How can we reverse the order in the treemap?
What is an example of an array?
What is the complexity of arrays sort?
What is bubble insertion selection sort?
What is scalar example?
What actions are performed when a function returns?
What is quick sort example?