0 0 votes If the post fix form of a string is $ABC+-D$*, The actual string is: $(A-(B+C))$*$D$ $((A-B)+C)$*$D$ $((A+B)-C)$*$D$ $(A+(B-C)$*$D)$ Data Structures ugcnetcse-june2006-paper2 expression-evaluation stack data-structures + – go_editor 472 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
1 1 vote post fix expression of $(A-(B+C))*D=ABC+-D*$ post fix expression of $((A-B)+C)*D=AB-C+D*$ post fix expression of $((A+B)-C)*D=AB+C-D*$ post fix expression of $(A+(B-C)*D)=ABC-D*+$ So option A is the answer chirudeepnamini answered Mar 27, 2020 chirudeepnamini comment Share Follow 0 reply Please log in or register to add a comment.