Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / kiran reddy
-(*(+(a2)+(b4)))1
| Is This Answer Correct ? | 18 Yes | 49 No |
Post New Answer View All Answers
What is perfect binary tree?
What's the difference between an array and vector?
How do you create a tree diagram?
Which type of sorting is best?
What are the classification of data structures?
What is complete binary tree and almost complete binary tree?
How do we find duplicate elements in an array?
Which is faster arraylist or hashmap?
What is unmodifiable list?
What is stable sorting method?
How would you reverse characters of an array without using indexing in the array.
Is linkedlist thread safe?
State the difference between queues and linked lists?
How to check array contains value or not?
Why sorting is done?