Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / revathy
Convert the following expression to postfix and prefix
(A+B) * (D-C)
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
How can you insert a node in a random location of the linked list?
Is arraylist fail fast?
Which is better hashmap or arraylist?
Can hashtable have duplicate values?
Which algorithm is used in arrays sort?
State the rules to be followed during infix to prefix conversions?
What is the application of queue?
How would you use bsearch() function to search a name stored in array of pointers to string?
How is any data structure application is classified among files?
What are different types of sorting techniques?
Can we create a null as a key for a map collection?
What do you mean by balanced trees?
Is arraylist heterogeneous?
How to find middle element of linked list in one pass?
How does bogo sort work?