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 best sorting technique?
How would you swap the Kth node from beginning with Kth node from end in a Linked List.
Which interfaces are implemented by abstractqueue?
Is array immutable?
Define leaves?
Why is hashmap not thread safe?
Can an arraylist be null?
What is meant by ordered and sorted in collections?
What do you mean by shortest path?
why boundary tag representation is used?
What are some of the best practices relating to the java collection framework?
Define depth and height of a node?
What is stack and its operations?
Is char array null terminated?
What does adt stands for?