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 a subtree?
What is bubble sort technique?
Is hashtable throw concurrentmodificationexception?
Is treemap sorted?
Write the advantage of separate chaining?
What is max heapify?
Explain Array of pointers?
What is sorting with example?
Is radix sort stable?
What is hashing with example?
Define in brief an array.
What is the default size of an arraylist?
How will you free the memory that is allocated at run time?
What does enum do?
What is array in data structure with example?