Multiple Choice
What is the output of the following code segment?
A) 1 2 3 4 5
B) 1 1 1 ... and on forever
C) 2 3 4 5 6
D) 1 2 3 4
E) 2 3 4 5
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: string objects have a member function named
Q14: You may not use the break and
Q17: If you want to stop a loop
Q18: A for statement contains three expressions: initialization,
Q20: This operator increments the value of its
Q21: The update expression of a for loop
Q22: The while loop has two important parts:
Q45: You may define a _ in the
Q48: The increment and decrement operators can be
Q56: The condition that is tested by a