Home » Technical Questions » Programming

Convert the expression ((A + B) * C – (D – E) ^ (F + G)) to equivalent Prefix Notation

Correct Answer: Prefix Notation: ^ - * +ABC - DE + FG

← Previous Question Next Question→

More Questions from Programming

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion