Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / sudip chatterjee
-a+b*c-/de+fg
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
write a program to accept name & sort them?
What is the application of queue?
What is the difference between hashset and linkedhashset?
How does arraylist store data?
What's the difference between a hashtable and a hashmap?
What is a property class?
Define balance factor of a node in avl tree?
What does bubble sort do?
what is traversal in linked lists?
What does stack top do?
State the rules to be followed during infix to postfix conversions?
Why do we use sorting?
What is nonlinear data?
Why is it called bubble sort?
Does arraylist shrink?