Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / lucky
a-b+c*(d/e-(f+g))
a-b+c*(d/e-+fg)
a-b+c*-d/e+fg
a-b+c*-/de+fg
a-b+*c-/de+fg
+a-b*c-/de+fg
+-ab*c-/de+fg
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
Is treeset synchronized?
Does treemap sort automatically?
Explain what is the data structures used to perform recursion?
Which sort is best for linked list?
What is the use of data structure?
Does treemap allow duplicate keys?
Can value be null in treemap?
What is difference between list and linked list?
What is meant by heap sort?
When new data are to be inserted into a data structure?
Is arraylist a class?
What type of memory allocation is referred for Linked lists?
What do you mean by an Array?
What is a undirected graph?
What is sorting in math?