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
Define avl tree?
What are hashmaps good for?
Is python good for freshers?
Is vector a collection?
Is hashset thread safe?
How do you represent a linked list?
What is a Queue? Explain its operation with example?
If you have to store one lakh objects, what will be a better option- a hash map or an array list?
What are the four characteristics of algorithms?
Can you please explain the difference between array_name and &array_name?
What is immutablelist?
Is quicksort faster than merge sort?
Which is faster hashmap or hashset?
Why do we need to use computers to help us sort lists?
Do sets allow duplicates?