Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / bhupendra pattnayak
*-a+bc-/de+fg
| Is This Answer Correct ? | 54 Yes | 54 No |
Post New Answer View All Answers
State the demerits of linked representation of binary trees?
You are given a singly linked list. How would you find out if it contains a loop or not without using temporary space?
Difference between abstract data type, data type and data structure?
What is structured data with example?
What is default array size?
What do you mean by heap order property?
Which is faster arraylist or hashmap?
Define a set?
What is a treemap chart?
What are the 3 control structures in programming?
What are the five examples of data?
What are the advantages of linked list over array (static data structure)?
How does linkedhashset work internally?
What is data structure what is need of it?
What are the advantage of linked list over array?