Post-fix-and-Prefix
Question 1 |
AB + CD + *F/D + E* | |
ABCD + *F/DE*++
| |
A *B + CD/F *DE++ | |
A + *BCD/F* DE++ | |
None of the above |
Question 1 Explanation:
The postfix expression will be,
A B C D + * F / + D E * +
A B C D + * F / + D E * +
There is 1 question to complete.