Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / sudip chatterjee
-a+b*c-/de+fg
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
Why it is important to have aligned addresses? What is the exception generated when there is a misaligned address?
How do you assign an address to an element of a pointer array ?
What is sequential mapping in data structure?
Can we store a string and integer together in an array?
Is binary tree a bst?
In an avl tree, at explain what condition the balancing is to be done?
What is concurrentlinkeddeque?
If you are given a choice to use either arraylist and linkedlist, which one would you use and why?
Define collision in hashing?
Define threaded binary tree.
What is hash data type?
What is a binary search tree? Explain with example?
Where is binary tree used?
How does sort function work?
Mention for which header list, you will found the last node contains the null pointer?