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
Is array immutable?
What is breadth first tree?
What is a B tree?
Define parent node?
What are the pre-requisite for the collection to perform binary search?
Explain extended binary tree.
What is queue in data structure?
What do you mean by hash function?
Are linked lists useful?
Can you use Bubble Sort To sort the number of elements.
Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Is Arraylist faster than Array? Why?
Difference between calloc and malloc ?
What is the idea behind splaying?
How to check array contains value or not?