Discussion :: Microprocessors
-
JCOKE = 3
JCOKE = JCOKE + 1
GO TO (5, 8, 9, 11, 15, 16 18, 20) JCOKE.
After the execution of above statement, the control is transferred to statement number
Answer : Option B
Explanation :
It is a computed GO TO statement. Since J COKE = 3 + 1 = 4, the control is transferred to statement 11.
Be The First To Comment