Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / harsh parikh
-a+b*c-/de+fg
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Is quicksort faster than merge sort?
Given an array of integers, devise a program to replace every element with the next greatest element on the right side in the array. Also, replace the last element with 5 as there no element on the right side of it.
Which sorting technique is faster?
How to print element of Array?
Can value be null in treemap?
Define internal nodes?
What is the difference between ienumerable and list?
What is data structure and why we need it?
What is inplace sorting?
Explain the terms base case, recursive case, binding time, run-time stack and tail recursion.
What is collision in data structure?
Why is reflection slower?
What is array sort?
What is the space complexity of quicksort?
What is difference between treeset hashset linkedhashset?