Thursday, March 24, 2016

Write a translation scheme for providing three -address code for Boolean expressions : "OR", "AND" and "NOT"



A OR B, A AND D, NOT D.

So, the translation scheme becomes - 

T1 : = A OR B
T2 : = A AND D
T3 : = NOT D.
If You want to learn about the technology, computer science & engineering, web programming, freelancing, earning please click here :CSE SOLVE

0 comments:

Post a Comment