What is the output of the following code segment?
int x = 5;int y = 10;if(x<0 || y<0) x = 20; y = 35;cout << x << " " << y << endl;
a. 5 10
b. 20 10
c. 5 35
d. 20 35
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.