Computers and Technology

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.

answer
Answers: 3

Similar questions