- Engineering
- Computer Science
- generate three address code for the given pseudo code...
Question: generate three address code for the given pseudo code...
Question details
. Generate three address code for the given pseudo code
while(i<=100) {A=A/B*20; ++i; print(A value) }
Solution by an expert tutor
