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
Explain what are the methods available in storing sequential files ?
What is linked hash set?
How can we delete the first node from the singly linked list?
What is sorted map?
What is an algorithm in coding?
What do you mean by balanced trees?
Define a binary tree?
Where is data structure used?
Is copyonwritearraylist thread safe?
Which is faster hashset or treeset?
What is the similarity between a Structure, Union and enumeration?
What are the benefits of using arrays?
Why do we use collections?
Define collision in hashing?
What is declaring array?