Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / nikhil nautiyal
+-ab*c-/de+fg
| Is This Answer Correct ? | 24 Yes | 15 No |
Post New Answer View All Answers
What is the difference between adt and data structure?
What is a b+ tree? Explain its uses.
Why is arraylist used?
What are the Differences between map and hashmap?
Which interface provides the capability to store objects using a key-value pair?
What is space complexity of a program?
Describe the types of data structures?
Explain the implementation of an AVL tree and Binary tree.
What is a treeset?
What is difference between hashmap and hashset?
What is a matrix?
Are collections thread safe?
How do you sort elements in an arraylist?
Can we add or delete an element after assigning an array?
Define right-in threaded tree?