📚 Question Bank Q93 — Compiler Design
Tags
Compiler Design
Q93. 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
What are the various LEADERS (leading statements) for the TAC given in the passage?
1.100, 102, 103, 104, 105, 107, 110
2.100, 103, 105, 107, 111, 112
3.100, 103, 105, 106, 107, 111
4.100, 103, 104, 105, 106, 107, 111 ✓ Correct
📄 All “Compiler Design” questions across papers
🏷 Change Tag for this Question