This time, if xyzfunc executes myint++, what happens to the copy of myint in the calling program?

a) Its address is incremented by four.

b) It is incremented by one.

c) It doesn't change.

d) It doesn't change until the function returns.