Examveda

The equivalent infix expression and value for the postfix form 1 2 + 3 * 4 5 * - will be . . . . . . . .

A. 1 + 2 * 3 - 4 * 5 and -13

B. (2 + 1) * (3 - 4) * 5 and 13

C. 1 + 2 * (3 - 4) * 5 and -11

D. (1 + 2) * 3 - (4 * 5) and -11

Answer: Option D


This Question Belongs to Data Structure >> Stacks In Data Structures

Join The Discussion

Related Questions on Stacks in Data Structures