Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / nips aka suman
a2+b4+*1-
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What's difference between stack and queue?
Write a Program for Linked list manipulation.
What is dangling pointer and how to avoid it?
Why is sorting important?
Can arraylist shrink?
What do you mean by level of the tree?
What is array indexing?
Can array store heterogeneous data?
Which sorting algorithm is considered the fastest?
Does hashmap preserve insertion order?
How to find 3rd element from end in a linked list in one pass?
Construct a doubly linked list using a single pointer in each node?
What are the difference between arraylist and linkedlist from the perspective of sorting?
Why null is allowed in hashmap?
What is meant by int?