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
List the applications of queues?
Which is better than array and linked list?
Can we apply binary search algorithm to a sorted linked list, why?
What is difference between capacity and size of arraylist?
How null key is handled in hashmap?
Differentiate linear from non linear data structure?
What do you know about traversal in linked lists?
What is Doubly link list?
Explain the implementation of an AVL tree and Binary tree.
Which is the parent class of list
Can hashset contain null?
What is array and its types?
Which is faster array or linked list?
What are the basic operations of stack?
What is thread and types of thread?