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


Please Help Members By Posting Answers For Below Questions

How do you replace an element in an arraylist?

525


Is hashmap faster than arraylist?

460


What are the types of binary tree?

495


What is the logic to reverse the array?

480


What is a subtree?

530






What does each entry in the link list called?

497


What is sorted map?

500


How to increase stack limit in w3wp.exe?

583


What is binary tree in computer science?

492


What is adt example?

547


How do you rotate an AVL tree?

562


Which is faster array or linked list?

456


What is an ordered list?

572


What is impact of signed numbers on the memory?

524


Write an algorithm to check if there is a loop in a doubly linked list.

554