where x=5,
x-=x++%x*3+x++-x;
in computer applications class9 pls help
Answers
Answered by
2
x-=x++%x*3+x++-x; will mutate the value of x to -9
Similar questions