Algorithms
October 12, 2023Bit-Rate
October 12, 2023Algorithms
| Question 19 |
The postfix expression for the infix expression
A + B*(C + D)/F + D*E is:
| AB + CD + *F/D + E* | |
| ABCD + *F/DE*++ | |
| A *B + CD/F *DE++ | |
| A + *BCD/F* DE++ | |
| None of the above |
Question 19 Explanation:
The postfix expression will be,
A B C D + * F / + D E * +
A B C D + * F / + D E * +
Correct Answer: E
Question 19 Explanation:
The postfix expression will be,
A B C D + * F / + D E * +
A B C D + * F / + D E * +
