Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / pushpa
*+abc*-/de+fg
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is binary tree and its types?
Discuss how to implement queue using stack.
What are the applications of linked list?
Which is the parent class of enumset class?
Which interface provides the capability to store objects using a key-value pair?
Differentiate between singly and doubly linked lists?
What are the disadvantages of using collection classes over arrays?
Explain the terms base case, recursive case, binding time, run-time stack and tail recursion.
Is array immutable?
What is a hash in programming?
What is linked hash set?
Do you know what is linear search?
How many null values are allowed in hashmap?
Which interfaces are implemented by abstractsequentiallist?
What is the difference between hashset and treeset?