What is the output of the following code segment?
int x = 3;int y = 6;if(x<0 && y = 2) x = 40;cout << x << " " << y << endl;
a. 3 6
b. 40 6
c. 3 2
d. 40 2
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.