recategorized by
472 views

1 Answer

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
Position:
Show:

Related questions

0 0 votes
2 2 answers
2.1k
2.1k views
go_editor asked Mar 27, 2020
2,144 views
The equivalent postfix expression for $d{\large /}(e+f)+b*c$ :$defbc/++*$$def+/bc+*$$def+/bc*+$None of these
0 0 votes
1 1 answer
1.6k
1.6k views
go_editor asked Mar 26, 2020
1,610 views
If the postfix form of a string is $ABC +$ $– D^{*}$, the actual string is :$\left ( A-\left ( B+C \right ) \right )^{*}D$$\left ( \left ( A-B \right )+C \right )^{*}D$$\...
2 2 votes
2 answers 2 answers
7.9k
7.9k views
go_editor asked Jul 14, 2016
7,857 views
The value of postfix expression: 834+-382/+*2$3+ is171316452
4 4 votes
2 2 answers
676
676 views
Shubham Sharma 2 asked Sep 10, 2025
676 views
Consider the following infix expression $Q:\left((A+B)^{*} D\right) \uparrow(E-F)$. The equivalent postfix expression of $Q$ is$A B+D ^{*} E F \uparrow$ -$A B+D^{*}-\upar...