Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / ramen pradhan
-a+b*c-/de+fg
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is stable sorting method?
What do you mean by hash table?
What is hash data type?
Is it possible to insert different type of elements in a stack? How?
Explain Array
What does quick sort do?
Which sorting algorithm is best for small data?
What is difference between list and array?
what is the difference between dynamic as well as non - dynamic data structures.
Describe the height term in a tree.
Are linked lists considered linear or non-linear data structures?
What is reduction to sorting method?
Can sets contain duplicates?
Differentiate between iterable and iterator.
What is binary tree and its types?