Ok now can u tell me how to solve dis whole question...i've got to do my assignment..please guide me..here's the question,
1.Assume that int a = 1 and double d = 1.0, and that each expression is independent. What are the results of the following expressions? a = 46 / 9; a = 46 % 9 + 4 * 4 - 2; a = 45 + 43 % 5 * (23 * 3 % 2); a %= 3 / a + 3; d = 4 + d * d + 4; d += 1.5 * 3 + (++a); d -= 1.5 * 3 + a++;