Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / nikhil kumar saraf
-a+b*c-/de+fg
| Is This Answer Correct ? | 29 Yes | 20 No |
Post New Answer View All Answers
Is array a linked list?
An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.
What is sort function?
Define a Deque?
What is the best sorting technique?
Can we insert null in set?
What sorting algorithm does arrays sort use?
What is data type and its types?
What is collections singletonlist?
What are the disadvantages array implementations of linked list?
How do you sort an arraylist in descending order?
Reverse a linked list from the middle.
What is Doubly link list?
What is a stable sort?
Write the algorithm for converting infix expression to postfix expression?