Computer Science, asked by amanaby2005, 6 months ago

int i=5;

i*= i++ + ++i;​

Answers

Answered by pg2122777
1

Answer:

I think answer should be 55

Explanation:

See, take care of one thing that arithmetic assignment operator is in the last in the precedence of operators

Similar questions