📚 Question Bank Q94 — Compiler Design
Tags
Compiler Design
Q94. Marks: +2.0 UGC NET Paper 2: Computer Science and Application 26th June 2025 Shift 1
📄 Passage
Consider the following Three Address code sample for solving the questions:
100: t * 1 = y + 2
101: initial = x/t1
102: limit = 10
103: if i >j goto 105
104: goto 111
105: if num > b goto 107
106: goto 111
107: num = limit-1
108: b = y + 2
109:ii-num
110: goto 103
111:jinum
112: k= j+b
Which of the following is the Optimized version for the given TAC in the passage
1. ✓ Correct
2.
3.
4.
📄 All “Compiler Design” questions across papers
🏷 Change Tag for this Question