1
1
Convert the following arithmetic expression into Postfix form : A - B - D * E / F + B * C
Convert the following arithmetic expression into Postfix form :
A - B - D * E / F + B * C
1). AB - DE*F / - BC*+
2). AB - DE* / F - BC*+
3). AB - DE / F* - BC *+
4). AB - DE * F / - BC+*
A - B - D * E / F + B * C
1). AB - DE*F / - BC*+
2). AB - DE* / F - BC*+
3). AB - DE / F* - BC *+
4). AB - DE * F / - BC+*
This Question has 3 answers.
$A - B - D * E / F + B * C$
$A - B - D * E / F + B * C$
$A - B - D E * F / + B C *$
$A B - D E * F / * - B C * +$
A
A-B-D*E/F+B*C
A- B- DE*F/ +BC*
AB- -DE *F/ +BC*
AB-DE/F* -BC*+
Similar Questions
- In an alloy, zinc and copper are in the ratio 1 : 2. In the second alloy, the same elements are in the ratio 2 : 3. If these two alloys be mixed to form a new alloy in which two elements are in the ratio 5:8, the ratio of these two alloys in the new allow
- Two vessels contain mixtures of milk and water in the ratio of 8 : 1 and 1 : 5 respectively. The content of both of these are mixed in a specific ratio into a third vessel. How much mixture must be drawn from the second vessel to fill the third vessel (ca
- Study the following information carefully to answer these questions.A vehicle starts from point P and run 10 km towards North. It takes a right turn and runs 15 km. Now it runs 6 km after taking a left turn. Finally, it takes a left turn, runs 15 km and s
- Suppose A is an abstract class, B is a concrete subclass of A, and both A and B have a default constructor. Which of the following is correct?1. A a = new A();2. A a = new B();3. B b = new A();4. B b = new B();
- In a certain code, letters of English alphabet (consonants and vowels) are coded as given for some words. The numeric code for each letter is given in bracket under coded form and corresponds to the letter in the word in the same serial order. Study the c