Question

In which of the following is y not equal to 5 after execution? Assume that x is equal to 4.
(a) y = 5;
(b) y = x++;
(c) y = ++x;
(d) y = x = 5;

Answer

This answer is hidden. It contains 3 characters.