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 a bubble sort and how do you perform it?
What is the difference between array and list?
How to compare Two Arrays?
Define hash table?
What is the difference between a push and a pop?
Which interfaces are implemented by abstractsequentiallist?
What is data structure and why we need it?
Explain what do you mean by insertion sort, bubble sort and selection sort? Also, explain the differences among the functionalities of the three sorts.
What is data type explain?
What are binary trees?
What are different types of linked lists?
How do treesets work internally?
Can treeset contain null?
How does dynamic memory allocation help in managing data?
What is difference between treeset hashset linkedhashset?