Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / waqar
+ - a b * c - / d e + f g
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the types of collection?
What is structured data with example?
Can we search the data in a linked list?
Why null is allowed in hashmap?
What is the difference between a push and a pop?
Can list contain null values?
What is meant by a dynamic array?
What is homogeneous array?
Can hashmap have duplicate keys?
How many passes are required in bubble sort?
What are the advantages of linked list over an array?
How to reverse a singly linked list?
What are the advantages of array?
What is difference between hashmap and treemap?
Why do we need searching algorithms?