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

Answer Posted / lucky

a-b+c*(d/e-(f+g))
a-b+c*(d/e-+fg)
a-b+c*-d/e+fg
a-b+c*-/de+fg
a-b+*c-/de+fg
+a-b*c-/de+fg
+-ab*c-/de+fg

Is This Answer Correct ?    14 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you use bsearch() function to search a name stored in array of pointers to string?

486


What is arraylist load factor?

516


What do you mean by data types?

527


What is stack and its operations?

456


Define graph?

727






Describe the degree term in a tree.

572


What are the 3 control structures in programming?

500


What do you mean by probing?

512


Which interfaces are implemented by linkedhashset?

515


Can we increase the size of statically allocated array?

502


Which collection allows null values?

491


write a program to show the insertion and deletion of an element in an array using the position

498


What is meant by ordered and sorted in collections?

539


What are two types of sorting?

496


Explain about map and their types?

589