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

Answer Posted / badri

*+-abc-/de+fg

Is This Answer Correct ?    15 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by Syntax Error

554


What is complexity of bubble sort?

506


Explain Stack

561


What is array and structure?

531


What exactly is data?

512






Why hashtable is faster than arraylist?

531


Is map a collection?

484


What is sequential search? What is the average number of comparisons in a sequential search?

449


How do arrays work?

499


Is list an array?

431


How do you assign an address to an element of a pointer array ?

504


Calculate the address of a random element present in a 2d array, given base address as ba.

1062


Are hash tables ordered?

464


What are the difference between arraylist and linkedlist from the perspective of sorting?

542


How do you sort elements in an arraylist?

463