Computer Science, asked by Rajat4499D, 4 months ago

If x = 4; find x + = x++*++x % 2;


PLEASE ANSWER FAST. IT IS VERY URGENT. I WILL MARK AS BRAINLIST.​

Answers

Answered by amitkasana8777
0

Explanation:

According to operator precedence, the short hand or combined assignment operator is executed the last... So shouldn't the answer be

x+= 4+5;

x=x+4+5;

x=5+4+5; // since the value of x has been changed to 5

Answered by Yamini2110
0

Answer:

solution for x+=x++*++x%2 is 6

Similar questions