Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / bipin fro uu mca
a-b+c*(/de-(+fg))
a-b+c*(-/de+fg)
a-b+*c-/de+fg
-ab+*c-/de+fg
+-ab*c-/de+fg
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
List the differences between comparable and comparator interface?
What are the advantages and disadvantages of linked list?
What is the use of isEmpty() member methods?
Define a linear and non linear data structure.
What is data structure definition?
What is the difference between one and two dimensional?
What is meant by balanced binary tree?
What is meant by hashing?
What are red-black trees?
What are the 3 types of measurement?
what is the difference between singly and doubly linked lists?
Can arraylist have duplicates?
Is data structures and algorithms important?
What is difference between for loop and foreach?
Draw a binary Tree for the expression : A * B - (C + D) * (P / Q)