Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / sheeraz
*-a+bc-/de+fg
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does hashset allow duplicates?
Define ancestor and descendant ?
What is dequeue operation?
What is the difference between one and two dimensional?
Why is hashmap faster?
What is the difference between array sort () and array sort t >()?
Can arraylist hold duplicates?
How to inverting a function in sort and searching?
Why null is not allowed in treemap?
Why is sorting necessary?
What are scalar values?
Is complete binary tree?
What is ascii sort order?
Design a datastructure to represent the movement of a knight on a chess board
Is hashmap a data structure?