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
Explain the expression trees?
What is binary search tree and explain its time complexity?
Why do we use different types of data structures?
What exactly is a thread?
Which is faster hashmap or hashtable?
What method is used to place a value onto the top of a stack?
What is the difference between hashmap and linkedhashmap?
What is data structure and why it is important?
What are linked lists most commonly used for?
What do you mean by structure property in a heap?
What is meant by a dynamic array?
What is int data type?
What is a property class?
What is default array size?
What are the types of bulleted list?