Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / rohit verma
-a+*c-/de+fg
| Is This Answer Correct ? | 6 Yes | 17 No |
Post New Answer View All Answers
What is a hashers run?
Define the tree data structure.
What do you understand by stable sort?
What is raid (redundant array of inexpensive disks)? Explain its level?
What are the objectives of studying data structures?
Tell me the difference between structure and array?
Why insertion is faster in linked list?
List the applications of set adt?
Data structure used to implement a menu
What is the logic to reverse the array?
Define a full binary tree ?
Why do we use binary search?
Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Why is arraylist faster than linkedlist?
Can we insert null in hashset?