COMPILER DESIGN

SEMANTIC ANALYSIS

TYPE CHECKING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
If a<b goto 42) T1=03) go to 54) T1=15) endThe given 3 address code is a basic block
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Three Address Code is generated by the compiler for implementing code optimization.

Detailed explanation-2: -begin. prod :=0; i:=1; do begin. prod :=prod+ a[i] * b[i]; i :=i+1; end. while i <= 10. More items

There is 1 question to complete.