Prefix Notation: - * +ABC ^ - DE + FG Postfix Notation: AB + C * DE - FG + ^ -
Convert the expression ((A + B) * C - (D - E) ^ (F + G)) to equivalent Prefix and Postfix notations. Sumit Kesarwani 21974 22 Sep 2014
Prefix Notation: - * +ABC ^ - DE + FG
Postfix Notation: AB + C * DE - FG + ^ -