Multiple Choice
What is the output of the following code snippet?
A) 1 End
B) 1 End (but the loop is an infinite loop)
C) 1 2 3 4 5 6 7 8 End
D) 1 2 3 4 5 6 7 8 End (but the loop is an infinite loop)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q61: What will be the final output of
Q62: In the following code snippet, when does
Q63: When will the loop in the following
Q64: What is the output of the code
Q65: When hand-tracing the loop in the code
Q67: What is the output of the following
Q68: How many times does the following loop
Q69: What is the first and last value
Q70: What is the output of the code
Q71: Is the code snippet written below legal?