Multiple Choice
What is the output of the code snippet given below?
A) no output
B) 0 2 4 6 8
C) 10 12 14 16 18 ….(infinite loop)
D) 0 2 4 6 8 10 12 14 ….(infinite loop)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q71: Is the code snippet written below legal?
Q72: Which of the following for loops is
Q73: What is the output of this loop?
Q74: What is the output of this code
Q75: What values does counter variable i take
Q77: What is the output of the following
Q78: Which error type does the "off-by-one" error
Q79: What is the output of the following
Q80: What is the output of the following
Q81: What is the output of the code