Postfix form & Prefix expression - Data Structure

Q.  What is the postfix form of the following prefix expression?

A / B * C $ DE

- Published on 26 Aug 15

a. ABCDE $ * / -
b. A - BCDE $ * / -
c. ABC $ ED * / -
d. A - BCDE $ * /

ANSWER: ABCDE $ * / -

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)