Incorrect Answer.


Assume that the program " x = y; y = x;" runs in any store in which the values stored in x and y are 5 and 3, respectively. If the program run terminates (in our tiny core language, this will be the case), then both x and y have 3 as their stored value:
Back to Question.
Next Question.