Discussion :: Microprocessors
-
LPEPSI = 2
After the execution of above statement the control is transferred to statement number
2PEPSI = LPEPSI * LPEPSI + 1
GOT TO (3, 5, 9, 11, 13, 17, 21, 23) LPEPSI
Answer : Option C
Explanation :
Since L PEPSI = 2 x 2 + 1 = 5 the control goes to the fifth statement, i.e., 13.
Be The First To Comment