...
Algorithms
October 12, 2023
Bit-Rate
October 12, 2023
Algorithms
October 12, 2023
Bit-Rate
October 12, 2023

Algorithms

Question 19

The postfix expression for the infix expression
A + B*(C + D)/F + D*E is:

A
AB + CD + *F/D + E*
B
ABCD + *F/DE*++
C
A *B + CD/F *DE++
D
A + *BCD/F* DE++
E
None of the above
Question 19 Explanation: 
The postfix expression will be,
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 * +

Leave a Reply

Your email address will not be published. Required fields are marked *