What is the output of the following code segment?
int x = 0;for(x = 5; x<8; ++x); cout << x << " ";cout << endl;
a. 5 6 7
b. 5
c. 6 7
d. 8
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.