Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / amit patra
=a-b+c*(d/e-(+fg)
=a-b+c*(/de-(+fg)
=a-b+c*(-/de+fg)
=a-b+c*-de+fg
=-ab+c*-de+fg
=*-+abcde+fg
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
Run time memory allocation is known as in data structure?
How many times is merge sort called?
Is array part of collection framework?
Define a full binary tree ?
Can treemap have null values?
What is the use of substring?
What is push and pop in stack?
How to create your own data structure in java?
Evaluate the following prefix expression " ++ 26 + - 1324" (Similar types can be asked)
Explain implementation of deletion from a binary tree.
What is impact of signed numbers on the memory using data structures?
Differentiate between file and structure storage structure.
Can you override methods of arraylist?
What do you mean by sorting data?
Is data structures and algorithms important?