Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / mrs saxena
+-ab*c-/de+fg
| Is This Answer Correct ? | 127 Yes | 29 No |
Post New Answer View All Answers
What are the advantages of bubble sort?
Why linked list is required?
Define circular list?
How is hashmap o 1?
What is declaring array?
How do you replace an element in an arraylist?
What is data structure and data type?
What stack means?
Is stack a dynamic data structure?
What is linked list ?
what is the primary advantage of a linked list?
Tell me why can't constant values be used to define an array's initial size
How will you explain circular linked list?
Why set will not allow duplicates?
What is dequeue in data structure?