Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))

Answer Posted / ankita roy

+-ab*c-/de+fg

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to get top two numbers from an array?

584


an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).

527


What is array and its types in data structure?

498


What does args stand for?

455


Can the double-checked locking fail on a single processor system?

563






What is raid (redundant array of inexpensive disks)? Explain its level?

471


What is the meaning of arraylist?

488


Is arraylist synchronized?

538


Why do we use collections?

472


What is the difference between hashmap and linkedhashmap?

457


What is the use of treemap?

476


What is difference between hashmap and arraylist?

512


What is sorting with example?

465


What are the 3 types of variables?

497


Define collision in hashing?

490