Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / waqar
+ - a b * c - / d e + f g
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How is the front of the queue calculated in data structure?
What is a list in data structure?
Which algorithm is used in arrays sort?
How to fill element (initialize at once) in an array?
Explain the applications of stack?
What is a string or array type?
Which data structure is used in arraylist?
How many types of lists are there?
Which is better hashmap or treemap?
Is arraylist a collection?
Define outdegree of a graph?
Why sorting is used?
Differentiate among cycle, path, and circuit?
Why use a tuple instead of a list?
What is difference between arraylist and linkedlist?