Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / mona
+-ab*c-/dc+gf
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Define general trees?
What does adt stands for?
Why would we use dynamically allocated arrays vs vectors?
How many null values are allowed in a set?
Why do we use hashset?
How does a binary search work?
How are elements stored in hashset?
What are the 4 types of data?
When is a binary search best applied?
What package is arraylist?
What is a 2 dimensional array?
How many types of priority queue are there?
Which is the fastest sorting?
What is a graph?
Explain linked list in short.