Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / parneet kaur
+-ab*c-de+fg
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Mention for which header list, you will found the last node contains the null pointer?
What is the limit of arraylist?
How do you do a selection sort?
Describe tree database.
Does arraylist guarantee insertion order?
Differentiate between failfast and failsafe.
What does args stand for?
Given M x N matrix with sorted elements row wise and column wise, find elements?
What is the use of hashtable?
Write is a binary search tree? Write an algorithm and tell complexity?
Explain the difference between hashset and hashmap?
Does hashmap sort automatically?
What happens in insertion sort?
Discuss the difference between a stack and an Array?
How do stacks work?