Teaching HPSC Lecturer (Technical) Mock Test 2024 Compiler Design Syntax Directed Translation Infix To Postfix
Choose the equivalent prefix form of the following expression
(a + (b − c))* ((d − e)/(f + g − h))
1
* +a − bc /− de − +fgh
2
* +a −bc − /de − +fgh
3
* +a − bc /− ed + −fgh
4
* +ab − c /− ed + −fgh
5
Question Not Attempted