Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / jatinder
+fg/de-*c+b-a
| Is This Answer Correct ? | 3 Yes | 20 No |
Post New Answer View All Answers
How many times is merge sort called?
What are the benefits of using arrays?
What will happen if an array goes out of bounds?
Does arraylist maintain insertion order?
A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.
Is pointer a variable?
Mention the steps to insert data at the starting of a singly linked list?
How do you sort elements in an arraylist?
What are trees in data structures?
What is a binary search tree? Explain with example?
How many types of linked list are there?
What the principle of quick sort and its complexity?
What is doubly linked list?
Is it possible to insert different type of elements in a stack? How?
What is minimum depth of binary tree?