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
Why might quick sort might be better than merge sort?
What is declaring array?
What is default array size?
What is the use of isEmpty() member methods?
What is difference between hashtable and hashmap?
Define articulation point?
Have you ever used HashTable and Directory?
Explain heapsort. What is its complexity?
Can a hashmap have duplicate keys?
Does treeset allow null?
which is the simplest file structure? (Sequential, indexed, random)
What do you mean by 2-3-4 tree?
Differentiate between hashset and hashmap.
What are the collision resolution methods?
Can arraylist hold duplicates?