Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / neha munjral
*-+abc/de+fg
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is data and data types?
How does dynamic memory allocation help in managing data?
why boundary tag representation is used?
List the basic operations carried out in a linked list?
Why sorting is done?
How does linkedhashset work internally?
What is difference between static and dynamic array?
Why is hashset not ordered?
What is precision in data structures?
Can we null keys in treemap?
In what scenario, binary search can be used?
What is the use of treemap?
What are the standard ways in which a graph can be traversed?
When is a graph said to be weakly connected?
What are the non linear data structure?