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

What are the advantages of stack?

448


Which sorting algorithm is best for large data?

459


Does treemap allow duplicate keys?

476


Which is faster hashmap or treemap?

481


What is entryset method in map?

469






What method removes the value from the top of a stack?

542


How efficient is binary search?

462


What is sorting and classifying?

484


Devise a program to sort an array using bubble sort.

556


What is the types of data structure?

477


Tell me why might quick sort might be better than merge sort?

495


Does hashmap allow duplicate keys?

530


What is difference between hashset and linkedhashset?

552


Why hashmap is faster than hashtable?

502


Who created quicksort?

517