Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / bhupendra pattnayak
*-a+bc-/de+fg
| Is This Answer Correct ? | 54 Yes | 54 No |
Post New Answer View All Answers
What is meant by a dynamic array?
State the difference between queues and linked lists?
Define binary tree insertion.
What are the topics in data structures?
What is the function of stack?
Is collection a class or interface?
What is Another name of Dynamically allocating memory.
What is the difference between a hashmap and hashtable?
Mention a few applications of linked lists?
Why entry interface is used in map?
What are the 3 types of variables?
How memory is reserved using a declaration statement in data structure?
What is a circular singly linked list?
Mention for which header list, you will found the last node contains the null pointer?
Define the tree data structure.