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
What is doubly linked list in data structure?
How do you use the sort function?
List some applications of multilinked structures?
How does hashset work internally in java?
State the difference between persistent and ephemeral data structure?
What happens if we try to insert duplicate key in hashmap?
What is sorting with example?
Is quicksort a stable sorting algorithm?
Tell us the difference between merge and quick sort. Which one would you prefer and why?
Does linkedhashset allow duplicates?
State the rules to be followed during infix to prefix conversions?
What is the default value of Array?
How can I study data structures and algorithms?
What does arrays tostring do?
What is data in computer science?