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

Answer Posted / pushpa

*+abc*-/de+fg

Is This Answer Correct ?    3 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the major data structures used in the hierarchical data model?

539


What is the difference between hashmap and treemap?

425


Which sorting algorithm is considered the fastest?

584


What are the best data structure courses for gate preparation?

486


Why is hashmap faster than arraylist?

522






Differentiate between iterator and listiterator.

621


How many times is merge sort called?

494


Define threaded binary tree.

618


What is the idea behind splaying?

1256


How do you initialize an arraylist?

482


What is the difference between one and two dimensional?

501


What does a bubble chart show?

447


What are the advantages of sorting?

510


Differentiate between collection and collections.

596


Write a Program for Linked list manipulation.

550