Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / jatinder
+fg/de-*c+b-a
| Is This Answer Correct ? | 3 Yes | 20 No |
Post New Answer View All Answers
Is hashset thread safe?
Compare Queue and Topic ?
Write the stack overflow condition.
Is quicksort faster than merge sort?
How can we remove loops in a linked list? What are the functions of fast and slow pointers?
State the different ways of representing expressions?
What is the use of sorting the data?
Which is the parent class of abstractsequentiallist class?
Is treemap synchronized?
What is the types of data structure?
Which is better hashmap or arraylist?
Is an arraylist a vector?
What is a spanning tree?does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?
Write the steps involved in the insertion and deletion of an element in the stack.
Why do we use a multidimensional array in data structure?