28,”What will be the value of x after the following code is executed?int x, y = 4

Average Rating
0 out of 5 stars. 0 votes.

28,”What will be the value of x after the following code is executed?int x, y = 4

z = 6;x = (y++) * (++z);-24-28-30-35″