Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / pushpa
*+abc*-/de+fg
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What are different methods of collision resolution in hashing.
What are the Differences between map and hashmap?
What do you mean by recursive definition?
What is return map?
What are the topics in data structures?
List the data structures which are used in rdbms, network data modal, and hierarchical data model.
What is meant by binary tree traversal?
Run time memory allocation is known as ?
Discuss the difference between a stack and an Array?
How can a binary tree be represented using the rotation?
What is raid (redundant array of inexpensive disks)? Explain its level?
How do arrays work?
How many sorting techniques are there?
On clicking a node in a tree, all the adjacent edges are turned on. Calculate min of clicks such that all the edges are turned on.
What is meant by linked list?