Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / saravanakumar
+-ab*c-/de+fg
| Is This Answer Correct ? | 12 Yes | 10 No |
Post New Answer View All Answers
Does treeset allow duplicates?
Write the stack overflow condition.
What stack means?
What is a pass in bubble sort?
Define outdegree of a graph?
Which is the parent class of linkedlist class?
Which is faster hashmap or hashtable?
What the principle of quick sort and its complexity?
Which is faster hashmap or concurrenthashmap?
What is the basic of data structure?
Why is hashmap faster than arraylist?
Is binary tree balanced?
What is the best case for bubble sort?
Does arraylist guarantee insertion order?
Define double hashing?