Computer Applications
What will be the result stored in x after evaluating the following expression?
int x = 4;
x += (x++) + (++x) + x;
What will be the result stored in x after evaluating the following expression?
int x = 4;
x += (x++) + (++x) + x;