What is the output of the following code segment?
int x = 20;int y = 1;if(x<0 || x > y && y != 9 ){ --x; --y;}cout << x << " " << y << endl;a. 20 1
b. 19 1
c. 19 0
d. 20 0
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.