Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / srividya
*-a+bc-/de+fg
| Is This Answer Correct ? | 10 Yes | 30 No |
Post New Answer View All Answers
What is difference between set and map?
What is a vector class?
How does dynamic memory allocation help in managing data?
Why do we use hashmap?
Can a binary tree be empty?
Is binary tree a binary search tree?
In which matrix, we can use multilinked structures?
What is difference between list and set?
What are stacks? Give some of its applications.
List out a few of the applications that make use of Multilinked Structures?
Define linked lists?
Explain what is a spanning tree?
Define heap?
How do you sort an arraylist in descending order?
How null key is handled in hashmap?