Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / a khan
a2+b4+*1-
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
In an avl tree, at explain what condition the balancing is to be done?
What is the difference between length () and size () of arraylist?
Does treemap allow null keys?
How efficient is bubble sort?
What are the advantages of linked list over an array?
Is data structure a data type?
What is the difference between array and stack?
What are basic algorithms?
Which is better selection or bubble sort?
How does variable declaration affect memory allocation?
What are the different types of data structures explain briefly?
Which list does not allow duplicates?
Compare Queue and Topic ?
How do you declare A pointer to array of three chars
What do you mean by union-by-weight?