Multiple Choice
What is the output of the following code segment? n = 1;
While (n <= 5)
Cout << n << ' ';
N++;
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
Q8: A file _ is a small holding
Q14: You may not use the break and
Q20: This operator increments the value of its
Q30: Assuming outFile is a file stream object
Q44: If you want a user to enter
Q45: You may define a _ in the
Q46: The statements in the body of a
Q47: This is a special value that marks
Q52: What will the following code display? <br>int
Q58: This means to increase a value by