Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

ISRO | ISRO CS 2017 – May | Question 67

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

Choose the equivalent prefix form of the following expression
(a + (b − c))* ((d − e)/(f + g − h))
(A) * +a − bc /− de − +fgh
(B) * +a −bc − /de − +fgh
(C) * +a − bc /− ed + −fgh
(D) * +ab − c /− ed + −fgh


Answer: (A)

Explanation: We can write the prefix form of the expression as:
(a + (b − c))* ((d − e) / (f + g − h))
= (a + (- b c)) * ((- d e) / ( + f g – h))
= (+ a – b c) * ((- d e) / (- + f g h)
= (+ a – b c) * (/ – d e – + f g h)
= * + a – b c / – d e – + f g h


Quiz of this Question

My Personal Notes arrow_drop_up
Last Updated : 21 Mar, 2018
Like Article
Save Article
Similar Reads