Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / harsh parikh
-a+b*c-/de+fg
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Is quicksort a stable sorting algorithm?
What are dynamic data structures?
Write the importance of hashing?
Does arraylist guarantee insertion order?
How many links are there in a binary tree of N nodes?
What is the difference between null and void pointer in data structures?
what is traversal in linked lists?
Which is faster list or set?
What does the dummy header in the linked list contain?
Define a set?
Which interfaces are implemented by abstractsequentiallist?
What is thread and types of thread?
List the data structures which are used in network data modal.
Why is hashmap used?
State the difference between primitive and non-primitive data types?